fix(agents): change QuickExplore hierarchy level from L2 to L1
This commit is contained in:
parent
316f306b99
commit
0b11d6e215
|
|
@ -16,7 +16,7 @@ StrictPlan 是 L0 入口 Agent。可 spawn 的子 Agent 及其层级:
|
|||
| 子 Agent | 层级 | 说明 |
|
||||
|---------|------|------|
|
||||
| SubCoding | L1 | 编码执行,不可 spawn 子 Agent |
|
||||
| QuickExplore | L2 | 只读探索,叶子节点 |
|
||||
| QuickExplore | L1 | 只读探索,不可 spawn 子 Agent |
|
||||
| TaskCheck | L1 | 质量检查,不可 spawn 子 Agent |
|
||||
|
||||
## 核心能力
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ StrictSpec 作为 L0 入口,其 spawn 的 Agent 为 L1:
|
|||
- DesignAgent (L1) - 架构设计,不可 spawn 子 Agent
|
||||
- TaskPlan (L1) - 任务规划,不可 spawn 子 Agent
|
||||
- SubCoding (L1) - 方案执行,不可 spawn 子 Agent
|
||||
- QuickExplore (L2) - 代码探索,叶子节点
|
||||
- QuickExplore (L1) - 代码探索,叶子节点
|
||||
|
||||
如需代码探索,由 StrictSpec 自行 spawn QuickExplore,不依赖 SubCoding 进行探索。
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user