Skip to content

Agents

Eclipse Peon AI ships with several built-in agents, each designed for a specific role in your workflow.

AgentRoleDetails
Peon-POAutonomous orchestratorJon & Team — designs features in docs, then orchestrates Da Thinka (Peon-Plan) and Da Mek (Peon-Dev) to implement them.
Peon-DevImplementerReads plans and modifies code. The default agent for ad-hoc development tasks.
Peon-PlanPlannerRead-only exploration and plan creation. Writes structured plans to peon-plan/overview.md.
Peon-ScaffoldAgent & skill creatorCreate 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.

Released under the MIT License.