LLM orchestration layer for CLI coding agents with Gemini-powered metacognitive supervision.
Marionette watches interactions between users and coding agents, providing intelligent guidance and supervision using Google's Gemini models.
pip install -r requirements.txtCopy .env.example to .env and add your Google API key:
cp .env.example .envpython main.pyorchestrator/- Core orchestration logicexamples/- Example usage scenariostests/- Test suite
- Python 3.8+
- Google Generative AI API key