删除 Plan-A 与 Plan-B 的比较部分,以简化文档内容

This commit is contained in:
catlog22
2026-01-22 21:42:20 +08:00
parent 407b2e6930
commit 012197a861
2 changed files with 0 additions and 24 deletions

View File

@@ -334,16 +334,4 @@ Please review the plan above and reply with one of the following:
| Agent unexpectedly closed | Re-spawn, paste previous output in message |
| User cancels | close_agent, preserve generated files |
## Plan-A vs Plan-B Comparison
| Dimension | Plan-A (This Document) | Plan-B |
|-----------|----------------------|--------|
| Agent count | 1 | N (parallel exploration) + 1 (main agent) |
| Suitable complexity | Low/Medium | High |
| Exploration depth | Single angle, deep | Multi-angle parallel |
| Context | Fully coherent | Requires merge transfer |
| Recommended scenario | Clear task, single module | Complex task, cross-module |
---
**Execute task**: $TASK

View File

@@ -482,16 +482,4 @@ Plan-B Hybrid Mode:
| Merge phase timeout | send_input to request current merge progress |
| Planning phase timeout | send_input requesting partial plan output |
## Plan-A vs Plan-B Comparison
| Dimension | Plan-A | Plan-B (This Document) |
|-----------|--------|----------------------|
| Agent count | 1 | N → 1 (parallel then reuse) |
| Suitable complexity | Low/Medium | **High** |
| Exploration depth | Single angle | **Multi-angle parallel** |
| Context | Fully coherent | Primary agent coherent + incremental merge |
| Recommended scenario | Clear task | **Complex task, cross-module** |
---
**Execute task**: $TASK