This is an AI agent designed for professional coding environments, capable of analyzing codebases, providing suggestions, and optimizing itself through user feedback.
- Install dependencies:
pip install -r requirements.txt - Set up Google API key: Create a
.envfile withGOOGLE_API_KEY=your_key_here - Run the agent:
python main.py
- Codebase analysis using tools like read, search, list, run commands
- Interactive user input
- Self-optimization via feedback loop
- Supports long-context with Gemini 2.5-flash
Enter coding tasks when prompted. The agent will analyze and provide responses.