You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert external traces into ToolTrace trace events; prints event counts and the classified failure reason. OTel GenAI spans come from any OpenTelemetry-instrumented agent framework; OpenAI steps are plain assistant-message/tool-call logs
Ingested traces flow through tooltrace trace, replay and scoring unchanged — see
tooltrace.ingest. The pytest plugin (pytest11
entry point) exposes run_tooltrace / assert_tooltrace_pass fixtures so tasks run
as native pytest tests; see Plugins.