Agents
What is an Agent?
An agent is an autonomous AI process that:- Receives a task description
- Gets its own isolated git worktree
- Reads and modifies code
- Runs tests and linters
- Commits and pushes its solution
- Waits for the Chairman to evaluate it
Agent Lifecycle
Multi-Agent Execution
When you run a task, SynapseX spawns N parallel agents (configurable, default 3), each using a different model:| Agent | Model | Score |
|---|---|---|
| agent-01 | azure/gpt-4-1-teacher | 0.94 |
| agent-02 | azure/gpt-4o | 0.81 |
| agent-03 | claude-sonnet-4-6 | 0.87 |
Supported Models
Any model via--model flag:
azure/gpt-4-1-teacher— best quality (default)azure/gpt-4o— balancedazure/gpt-4o-mini— fast, cheapclaude-sonnet-4-6— Anthropicgpt-4o— OpenAI direct