|
|
|
|
|
by madarco
5 days ago
|
|
I do the same, and faced the issue that claude/codex loose context when doing subtasks (and subagent don't have plan mode). So I've built Agentbox to be able to launch from claude/codex multiple VMs with claude/codex (can also mix).
The parent agent watch for prompts and questions, enforce /review, /simplify, that the sub agents file a PR and wait for bugbot comments etc. This way the parent agent running in a /goal don't loose context, enforce a good workflow, manage the backlog and parallelize/merge back the work on the main repo https://github.com/madarco/agentbox
MIT license |
|