feat: add items_per_agent execution config

- Add items_per_agent field to control items per agent
- Confirm via AskUserQuestion in /research phase
- Deep research reads from outline config directly

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
jilinchen
2025-12-30 10:52:35 +08:00
co-authored by Claude Opus 4.5
parent 6796214afe
commit f0348451af
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -72,6 +72,7 @@ items:
source: "source info"
execution:
batch_size: 5 # parallel agents (default: 5)
items_per_agent: 1 # items per agent (default: 1)
output_dir: "./results" # output directory (default: ./results)
```