E
Docs/Customization/Agents and Sub-Agents

Agents and Sub-Agents

Coordinate bounded parallel work while preserving ownership and review.

Draft

Agent Roles#

The intended orchestration model gives one primary agent ownership of the user-visible outcome. Sub-agents receive concrete, bounded tasks and return results to that owner.

Delegation#

  • Independent: Delegate work that can proceed without competing edits or sequential decisions.
  • Bounded: Specify the expected output, scope, and actions that remain prohibited.
  • Reviewable: The primary agent validates returned work before incorporating it.

Shared State#

File, tool, and session sharing semantics depend on the client environment. Eudorian will document exactly what is shared before enabling general multi-agent workflows.

Failure Handling#

TODO: orchestration contract

Cancellation, retries, budget limits, approval routing, and conflict resolution are still design topics.