Commit Graph

2 Commits

Author SHA1 Message Date
MrAvalonApple bad083f48c fix: resolve TypeScript type errors in event and trace handlers 2026-04-06 17:30:20 +03:00
JackChen 0111876264
feat: add onTrace observability callback (#18)
Add lightweight onTrace callback to OrchestratorConfig that emits
structured span events (llm_call, tool_call, task, agent) with timing,
token usage, and runId correlation. Zero overhead when not subscribed.

Closes #18
2026-04-03 15:28:59 +08:00