Parent PRD
#2
What to build
Extend @agentskit/runtime with multi-agent orchestration. A parent agent can delegate subtasks to child agents via directed delegation, and agents can communicate through an optional shared context.
Parent agent decides when to delegate, receives structured results. Children can read the shared context but only write to their result. Tree-shaped execution: parent waits for child results before proceeding.
Acceptance criteria
Blocked by
User stories addressed
- User story 27 (multi-agent with directed delegation)
- User story 28 (shared context for collaborating agents)
Parent PRD
#2
What to build
Extend
@agentskit/runtimewith multi-agent orchestration. A parent agent can delegate subtasks to child agents via directed delegation, and agents can communicate through an optional shared context.Parent agent decides when to delegate, receives structured results. Children can read the shared context but only write to their result. Tree-shaped execution: parent waits for child results before proceeding.
Acceptance criteria
runtime.run()acceptsdelegatesconfig mapping names to agent configs (skill + tools)createSharedContext()provides optional shared stateagent:delegate:start,agent:delegate:endBlocked by
User stories addressed