Discover and explore top open-source AI tools and projects—updated daily.
AI coding system with orchestrator, explorer, and coder agents
New!
Top 33.0% on SourcePulse
This project presents a multi-agent AI coding system designed to tackle complex tasks within a terminal environment. It aims to provide a more strategic and efficient approach to AI-assisted coding by employing an orchestrator agent that manages specialized explorer and coder agents. The system's primary benefit is its ability to achieve competitive performance on benchmarks like Stanford's TerminalBench, demonstrating a novel method for compound intelligence through intelligent context sharing.
How It Works
The system operates with a central orchestrator agent that acts as the "brain," analyzing user tasks and decomposing them into subtasks. It dispatches specialized "explorer" agents for investigation and "coder" agents for implementation, without directly interacting with code itself. A key innovation is the "Context Store," a persistent knowledge layer where subagents deposit discrete, reusable "knowledge artifacts." The orchestrator strategically injects relevant contexts into new tasks, preventing redundant work, reducing context window load, and enabling complex, multi-step solutions. This "smart context sharing" transforms isolated agent actions into a coherent, cumulative problem-solving process.
Quick Start & Requirements
uv sync
./run_terminal_bench_eval.sh
Highlighted Details
Maintenance & Community
No specific details on maintainers, community channels (like Discord/Slack), or roadmap are provided in the README.
Licensing & Compatibility
The README does not specify a license.
Limitations & Caveats
The system's performance and cost-efficiency are benchmarked, but the README does not detail limitations such as unsupported platforms, specific task types it struggles with, or potential scalability issues beyond the observed token usage differences between models. The project appears to be a personal open-source effort without explicit community governance.
1 week ago
Inactive