jiruidai/dsh-meta-orchestrator
DeepSeek Harness 的模型原生元代理插件,利用底层模型的推理与规划能力,在运行时合成针对特定任务的工作流,并协调工具与子代理。
catalog 简介:A model-native meta-agent plugin for DeepSeek Harness that uses the underlying model’s reasoning and planning capabilities to synthesize task-specific workflows at runtime and coordinate tools and subagents.
安装
All of this behavior comes from one short instruction block the plugin adds to the agent's system prompt — no extra model calls, no background processes.
### What gets installed
| Added to your agent | What it is |
|---|---|
| An instruction block (~330 words) | Teaches the plan-first protocol above; sits in the system prompt of every session |
| Five pattern playbooks | Skills in the catalog; cost nothing until the model loads one |
| `orchestrate` / `adapt_workflow` / `complete_workflow` | The three recording tools: save the plan, revise it, close it |
## 🧩 Why it's built this way
- **The model is the planner** — no hard-coded pipeline and no fixed agent topology decides how your task runs; the model picks and composes per request, and may deviate when the task demands it.
- **Recording, not executing** — the plugin holds no runtime, no scheduler, no message bus. Execution stays on the harness's battle-tested primitives, so there is nothing extra to break.
- **Plans survive restarts** — every plan lives in DSH's storage domain as an append-only `create → adapt* → complete` chain, fenced per session lifecycle. No custom session event types, so orchestrated sessions always resume cleanly.
- **Built to track a fast-moving harness** — only stable public plugin surfaces are used; nothing is pinned to harness internals.
把 jiruidai/dsh-meta-orchestrator 加入你的 DSH 配置(web profile)即可启用。
README
展开完整 README 收起
README 内容为空。
tt-a1i/archify
agentrq/agentrq
Anionex/dsh-vision-toolkit
sandbaseai/sandbase-harness
NanmiCoder/dsh-agent-teams
Ikalus1988/MisakaNet
linhay/harmony-next.skills
zhoushoujianwork/easyeda-agent