A toy CLI agent powered by the Gemini API. Inspired by Claude Code — it can list files, read content, run Python scripts, and write files, all through natural language prompts.
- List files and directories
- Read file contents
- Execute Python files with optional arguments
- Write or overwrite files
uv sync
export GEMINI_API_KEY=your_key_here
uv run python main.py "your prompt here"uv run python -m unittest discover -s calculator -p "tests.py" -v