Multi-agent collaboration

An agent can hand part of its work to another agent. The delegating agent stays responsible for the outcome; the other agent does the work and returns a result. Think of it as delegating to a teammate: agree on the task, the inputs, and what "done" means before you start.

Two kinds of delegation

What the delegating agent stays responsible for

The delegate reports a result; it does not quietly become the owner of your objective.

Boundaries and trust

Delegation does not widen authority. A child agent works with the authority it was given and cannot escalate on its own. Its output comes back as another agent's message, not as operator input, and is handled with the same origin and trust rules as any other source. See Trust boundaries.

Where to go next