Agent CLIs (e.g. Codex, Claude Code, Gemini) evolve quickly and introduce a growing maintenance surface when included directly in the swarm core.
Recent driver additions highlight that this surface expands faster than the core itself, and requires tracking upstream changes, potential bugs, and behavioral differences.
To keep this public repository maintainable long-term, the direction is:
- keep swarm focused on orchestration (coordination, retries, execution)
- avoid adding more built-in agent drivers to core
- allow drivers to evolve independently outside of core
This keeps the core stable and reduces long-term maintenance overhead, while still enabling experimentation and integration with different agents.
Agent CLIs (e.g. Codex, Claude Code, Gemini) evolve quickly and introduce a growing maintenance surface when included directly in the swarm core.
Recent driver additions highlight that this surface expands faster than the core itself, and requires tracking upstream changes, potential bugs, and behavioral differences.
To keep this public repository maintainable long-term, the direction is:
This keeps the core stable and reduces long-term maintenance overhead, while still enabling experimentation and integration with different agents.