fix(agents): change QuickExplore hierarchy level from L2 to L1

This commit is contained in:
yhangf 2026-04-15 16:37:00 +08:00
parent 316f306b99
commit 0b11d6e215
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ StrictPlan 是 L0 入口 Agent。可 spawn 的子 Agent 及其层级:
| Agent | | | | Agent | | |
|---------|------|------| |---------|------|------|
| SubCoding | L1 | spawn Agent | | SubCoding | L1 | spawn Agent |
| QuickExplore | L2 | | | QuickExplore | L1 | spawn Agent |
| TaskCheck | L1 | spawn Agent | | TaskCheck | L1 | spawn Agent |
## ##

View File

@ -55,7 +55,7 @@ StrictSpec 作为 L0 入口,其 spawn 的 Agent 为 L1
- DesignAgent (L1) - spawn Agent - DesignAgent (L1) - spawn Agent
- TaskPlan (L1) - spawn Agent - TaskPlan (L1) - spawn Agent
- SubCoding (L1) - spawn Agent - SubCoding (L1) - spawn Agent
- QuickExplore (L2) - - QuickExplore (L1) -
StrictSpec spawn QuickExplore SubCoding StrictSpec spawn QuickExplore SubCoding