Expand description
In-memory tracker for delegated subagent tasks.
Materializes a queryable view of subagent task lifecycle from the
AgentEvent stream. The event stream remains the authoritative record;
this module exists so callers can ask “what is task X doing right now?”
without scanning run_events().