Available Agents
| Agent | Description | Git Support |
|---|---|---|
aider | Aider CLI tool | Native |
gemini | Google Gemini API | Session |
claude_code | Anthropic Claude | Session |
openhands | OpenHands platform | Session |
CLI Selection
Configuration
In your mode’s YAML config:Agent Interface
All agents implement:CodingResult
Git Integration
Agents either:- Native git: Handle their own commits (like Aider)
- Session git:
ExperimentSessioncommits for them
Agent Configuration
Fromagents.yaml:
Debug Mode
Whendebug_mode=True:
- May use a smaller/faster model
- Prompts focus on fixing errors
- Typically faster and cheaper