feat: add runtime discovery and execution traces

This commit is contained in:
chungyeong
2026-03-13 21:52:13 +09:00
parent 941304398d
commit 28dd794f54
35 changed files with 376 additions and 88 deletions

View File

@@ -88,6 +88,8 @@ class AgentResult:
agent_name: str
step_name: str
duration_seconds: float
transcript: str = ""
command_preview: str = ""
@dataclass