Agents
Eclipse Peon AI ships with several built-in agents, each designed for a specific role in your workflow.
| Agent | Role | Details |
|---|---|---|
| Peon-PO | Autonomous orchestrator | Jon & Team — designs features in docs, then orchestrates Da Thinka (Peon-Plan) and Da Mek (Peon-Dev) to implement them. |
| Peon-Dev | Implementer | Reads plans and modifies code. The default agent for ad-hoc development tasks. |
| Peon-Plan | Planner | Read-only exploration and plan creation. Writes structured plans to peon-plan/overview.md. |
| Peon-Scaffold | Agent & skill creator | Create and manage custom agents, skills, and commands with natural language — details. |
Handoff between agents
Any agent can hand off work to another via the Handoff button — see Agent Handoff.
Custom agents
Define your own agents with custom prompts and tool allowlists — see Custom Agents.
Resilience — Automatic API Retry
All agents automatically retry transient API failures (network blips, timeouts, 5xx errors) without losing the current conversation. The retry budget grows with each successful response — the more work already invested, the more patience the agent has. Cancel (Stop) is always respected immediately and never retried.
