toone

Feature · Coordinated work

Agent orchestration

Coordinate specialized agents, parallel work, handoffs, and decisions as one observable operation.

Product guide · Agent orchestration

Give each agent a clear responsibility

Orchestration begins with agents whose purposes do not overlap unnecessarily. Each agent should know what it owns, what evidence or context it needs, and when the work should move elsewhere.

Delegate and bring work back together

A routine can assign independent tasks to different agents, let those tasks progress in parallel, and collect the results for another agent or for you. This keeps specialized work separate while preserving one overall outcome.

Carry context through handoffs

A handoff should include the information the receiving agent needs without transferring an entire undifferentiated conversation. Clear inputs and expected outputs make responsibility visible at every stage.

Keep people in the operation

Agents can escalate decisions, request approval, or return uncertain work for review. Orchestration is not only about increasing autonomy; it is also about making the right interruption happen at the right time.

Next: Workflow library.