MisRightW/dsh-agent-teams

MisRightW★ 0TypeScript最后同步: 2026-08-21

在 GitHub 打开

dsh-agent-teams

README 摘要

dsh-agent-teams Role-based multi-agent team orchestration for DeepSeek Harness (dsh), maintained standalone. One complex mission is decomposed into role assignments, executed as a dependency DAG of concurrent role subagents, and recorded as durable team/ Session events that the web GUI replays as a role board. Packages Package Role @deepseek-ai/dsh-agent-teams Host plugin: TeamEngine ( ctx.teamEngine ) + the model-facing team tool + built-in templates ( engineering , research ) + the durable team/ event invariant @deepseek-ai/dsh-client-ui-agent-teams Browser plugin: the team-run Conversation Node rendering the role board in the dsh web GUI How a team run works - Formation — team: { template } names a roster ( engineering : planner → implementer → reviewer; research : researcher → analyst → writer; config templates extends the set), which the engine decomposes through a planner subagent into one concrete assignment per role with dependency edges; team: { roles } accepts a model-authored inline roster and skips planning. - Execution — roles whose dependencies are satisfied start concurrently (up to maxConcurrentRoles ); each settled role's output feeds its dependents' prompts; a rol…

在 GitHub 查看完整 README →
Agent/智能体dshdsh-plugindsh-pluginsagentsearch

分类