Jarad-z/dsh-goalmesh--packages-tool-goalmesh0

dsh-tool-goalmesh

DSH 宿主端 GoalMesh 协调器与模型工具,支持前台 DAG 任务执行与子 Agent 调度。

AI 分析

核心用途是向模型暴露 `goal_mesh` 工具,使其能自主规划任务 DAG、启动子 Agent 并收集结果。适合需要让 AI 自主拆解并执行复杂工程任务的用户。

包名
dsh-tool-goalmesh
版本
0.3.0
许可证
MIT
最近更新
2026年8月23日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

dsh-tool-goalmesh

Host-side DeepSeek Harness plugin for bounded, foreground GoalMesh execution.

Version 0.3 exposes one foreground goal_mesh tool. It atomically validates an invocation-local DAG, starts ready child agents through a configured Subagent provider, materializes settled dependency summaries, and preserves direct TaskReport results in input order. Dependency failures can fail, skip, or partially unblock downstream work; the invocation can collect all results, fail fast, or stop after a quorum. With nestedMode: local-only, each local child receives a same-name scoped Tool backed by an attempt-fenced lease. Nested invocations share the root goal and scheduler, release the parent permit while waiting, and return only after the parent reacquires a permit. Providers without scopedSetup are rejected in nested mode. Automatic task retries remain intentionally unavailable.

The dsh-tool-goalmesh/invariant entry validates trajectory event ordering, waiting/ready and nested wait/resume transitions, dependency and parent ownership, attempt closure, and terminal closure during publication and replay.