chengyongru b5cd23bf5e feat(subagent): add real-time monitoring for subagent execution
Track subagent progress via SubagentStatus dataclass that captures
phase, iteration, tool events, usage, and errors. Wire through
checkpoint_callback for phase transitions and _SubagentHook.after_iteration
for per-iteration updates. Enhance SelfTool inspect to display rich
subagent status via dot-path navigation.
2026-04-14 21:59:24 +08:00
..