Principle 9orchestration
Represent delegated work as a system, not merely as a conversation
Where work involves multiple steps, agents, dependencies, or concurrent activities, it should be represented as a structured system rather than solely as a message stream.
Key Facts
- Cluster
- orchestration
- Primary risk
- Complex work is reduced to an unstructured narrative and becomes difficult to govern.
- Related examples
- 6 library examples
- Doctrine library
- Internal doctrine reference
Related examples
- Level 4: Agent Harness — Full Runtime AccessGive the agent a full runtime via the agent runtime SDK. It can search files, read docs, and reason through problems autonomously.script · advanced
- Level 5: Multi-Agent Orchestration — Delegated AutonomyAn orchestrator delegates to specialized subagents defined via the agent runtime SDK. Each subagent has its own prompt, tools, and model. The orchestrator coordinates.script · advanced
- Get Single PageRunnable example (intermediate) for script using docling, openai.script · intermediate