iiRecord
Agentic AI Atlas · GAP-SUBOBS-002: Subagent Progress Tracking
page:docs-harness-features-backlog-gaps-subagent-observability-gap-subobs-002a5c.ai
II.
Page reference

page:docs-harness-features-backlog-gaps-subagent-observability-gap-subobs-002

Reading · 1 min

GAP-SUBOBS-002: Subagent Progress Tracking reference

Track progress percentage, current step, and estimated completion for dispatched subagent tasks. Surface in embedded SDK dashboard.

Pagewiki/docs/harness-features-backlog/gaps/subagent-observability/GAP-SUBOBS-002.mdOutgoing · 0Incoming · 1

GAP-SUBOBS-002: Subagent Progress Tracking

FieldValue
Categorysubagent-observability
PriorityHigh
EffortM
StatusMissing

Description

Track progress percentage, current step, and estimated completion for dispatched subagent tasks. Surface in embedded SDK dashboard.

Current State

No progress tracking. Tasks are opaque until completion.

Target State

Progress updates from subagents (percentage, current step, ETA). Progress visible in embedded SDK dashboard with progress bars. Estimated completion based on historical data.

Dependencies

Key Files

ComponentPath
Harness invokerpackages/babysitter-sdk/src/harness/invoker.ts
Embedded SDK dashboard (new)packages/babysitter-sdk/src/dashboard/
Task definitionspackages/babysitter-sdk/src/tasks/

Recommendation

Phase 2 implementation. Define progress update protocol. Extract progress from harness output. Surface in embedded SDK dashboard.