Skip to content

Keep swarm core minimal; move agent drivers outside core #95

Description

@moodmosaic

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions