What problem does it solve?
Team-swarm solves the problem of a single coding agent working serially on complex tasks by adding a multi-agent orchestration layer that can plan, parallelize, track progress, and converge on better results with less manual coordination.
Core Features & Use Cases
- Swarm orchestration: Dispatches multiple ant workers across a task space with pheromone-guided selection, DAG-like coordination, and iterative updates.
- Deterministic control loop: Uses Python scripts for initialization, selection, pheromone updates, convergence checks, and final reporting.
- Schema-locked outputs: Forces each ant to write validated JSON artifacts so results can be safely scored and aggregated.
- Persistent optimization: Maintains pheromone state, trails, best solutions, and convergence history across iterations.
- Use cases: Codebase exploration, refactor search, test generation, bug hunting, and other structured search problems where parallel exploration is valuable.
Quick Start
Ask the coordinator to turn your task into a swarm run and execute the full multi-agent exploration workflow for the chosen search space.