A proof-of-concept sub-agent orchestration system built entirely within the Gemini CLI using prompt-driven commands and filesystem-as-state architecture.
This project demonstrates a sub-agent orchestration system built within the Gemini CLI, using its native features to manage complex, asynchronous tasks performed by specialized AI agents. It showcases how prompt-driven commands can replace traditional programming logic to create a transparent and debuggable multi-agent workflow.
.toml prompts that create custom Gemini CLI commands (e.g., /agents:start, /agents:run), avoiding traditional code..done sentinel files for status reconciliation.coder-agent and reviewer-agent, each with unique personas and constrained capabilities for specific tasks..gemini/agents/workspace/ directory, where all outputs and modifications are visible and organized.The system embraces simplicity and transparency by leveraging the filesystem as a state store and using prompts as the primary configuration method, making complex agent orchestration accessible without deep programming expertise.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.