EN-B009-012-multi-agent-swarm
[EN-B009-012] Collaborative Multi-Agent Swarm for Large Refactoring
Overview
A use case where multiple sub-agents handle specialized roles (design, implementation, testing, documentation) in parallel to tackle large-scale refactoring or feature additions that would be difficult for a single agent.
Use Case
- Modernizing legacy codebases.
- Large-scale language migrations or library updates.
- Consistent changes across multiple repositories.
- The main agent acts as a command center, directing specialized agents created via
sessions_spawn.
Tools Used
sessions_spawn: Dynamic creation of sub-agentssessions_send: Inter-agent messagingsessions_history: Checking progress of other sessionsgithub: Creating PRs and monitoring CI runs
Registry ID: EN-012 | Status: Verified | Language: English