Browse documentation

Worker agents

Optional bounded delegation, with the coordinator integrating the result.

Template 2.1.0CLI 2.1.0

Four roles

RoleResponsibility
ExplorerAnswers a narrow codebase question with evidence.
PlannerInvestigates an approved intent and proposes a plan shape.
WorkerImplements an assigned plan or slice and runs normal checks.
ReviewerIndependently reviews a diff read-only, only on a person's request.

The host runs the agent

The CLI returns a dispatch specification containing the working directory, ownership, record, assignment, and required return. It does not launch a model or hold model credentials. The coordinator invokes host tools, waits, and integrates results.

Shared model and effort preferences live in role configuration; local overrides stay on the machine. Defaults inherit host settings. agent setup writes ignored native definitions; the host may need to reload them.

Delegate when it helps

Small tasks can stay with the coordinator. Workers sharing a worktree must preserve one another's edits. Dispatch is not completion evidence, and an implementation check is not independent review.