swarm-tree-orchestration

Recursive tree decomposition orchestrator squad — decomposes complex tasks into a tree where each leaf has max 2 sub-tasks, plans the complete tree before execution, launches waves via TaskCreate, and integrates results. Inherits Context Factory, UxIxR scoring, circuit breaker, and fitToBudget.

53installs
SAFE
npx squads add Renat0z/squads/swarm-tree-orchestration -y
小队由第三方发布。squads.sh 不保证其安全性或功能性。使用需自行承担风险。 阅读条款
00 个智能体
00 个任务
00 个工作流

Swarm Tree Orchestration Squad

Version
Agents
Tasks
Workflows
License
AIOS

递归树分解 — 执行前规划完整树结构。

两阶段流水线:完整规划 → 通过 TaskCreate 基于波次执行,包含 UxIxR 评分、断路器和自动集成。

/sto


复杂任务的问题

你知道当一个代理直接尝试执行一个庞大任务时会发生什么。

它开始了,然后迷失方向,产生不完整的代码,或者在中途停滞。

原因: 没有事先规划,代理不知道真实范围,无法管理子任务之间的依赖关系。

Swarm Tree Orchestration Squad 用一条简单规则解决了这个问题:

在执行任何叶节点之前,规划完整的树。


代理

名称原型角色
🌳TreeOrchestratorFlow_Master纯路由器 — 协调完整生命周期
🔀TaskDecomposerBuilder递归分解(黄金法则:≤2 个任务/叶节点)
📊NodeScorerGuardianUxIxR 评分 + 依赖图
🧩ContextComposerBuilderContext Factory + fitToBudget
🌊WaveDispatcherFlow_Master波次执行 + 轮询 + 增量重启
🛡️TreeValidatorGuardian断路器 + WBS 验证
🔗TreeIntegratorBalancer集成 + 最终报告

命令

命令功能
/sto *orchestrate-tree TASK="..."
完整生命周期:规划 + 执行 + 集成
/sto *plan-tree TASK="..."
仅第一阶段:生成树以供审查
/sto *resume-tree
从检查点恢复中断的执行
/sto *analyze-tree
审计现有树的反模式

由 nirvana-squads-creator-lite 创建 · MIT License

orchestration · recursive-decomposition · task-tree · multi-agent · wbs · wave-execution · circuit-breaker

评价

0 条评价

撰写评价

暂无评价。来做第一个评价者吧!