iiRecord
Agentic AI Atlas · GAP-AGENT-003: Process Orchestration with Effect Routing
page:docs-harness-features-backlog-gaps-agent-delegation-gap-agent-003a5c.ai
II.
Page reference

page:docs-harness-features-backlog-gaps-agent-delegation-gap-agent-003

Reading · 1 min

GAP-AGENT-003: Process Orchestration with Effect Routing reference

A coordinator process pattern that orchestrates multiple worker harnesses, routing effects to appropriate harnesses based on task requirements. Reframed from CC coordinator mode to babysitter process-level orchestration.

Pagewiki/docs/harness-features-backlog/gaps/agent-delegation/GAP-AGENT-003.mdOutgoing · 0Incoming · 1

GAP-AGENT-003: Process Orchestration with Effect Routing

FieldValue
Categoryagent-delegation
PriorityHigh
EffortXL
StatusPartial

Description

A coordinator process pattern that orchestrates multiple worker harnesses, routing effects to appropriate harnesses based on task requirements. Reframed from CC coordinator mode to babysitter process-level orchestration.

Current State

Orchestration via process definitions exists. Single harness per run. No coordinator process pattern that dynamically routes work to different harnesses based on capabilities.

Target State

Coordinator process template in process library. Fan-out/fan-in delegation pattern with dynamic harness selection. Progress aggregation from workers. Coordinator sees status of all delegated work.

Dependencies

Key Files

ComponentPath
Process contextpackages/sdk/src/runtime/processContext.ts
Task definitionspackages/sdk/src/tasks/
Harness adapterspackages/sdk/src/harness/

Recommendation

Phase 3-4 implementation. Create coordinator process template. Implement fan-out/fan-in with progress aggregation.