For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Google ADK integration: tracing is now automatically propagated to all sub-agents in agentic systems with the new track_adk_agent_recursive feature, eliminating the need to manually add tracing to each sub-agent.
Google ADK integration: now we retrieve session-level information from the ADK framework to enrich the threads data.
New in the SDK! Real-time tracking for long-running spans/traces is now supported. When enabled (set os.environ["OPIK_LOG_START_TRACE_SPAN"] = "True" in your environment), you can see traces and spans update live in the UIāeven for jobs that are still running. This makes debugging and monitoring long-running agents much more responsive and convenient.
š§µ Threads improvements
Added Token Count and Cost Metrics in Thread table
Added Sorting on all Thread table columns
Added Navigation from Thread Detail to all related traces
Added support for āpretty modeā in OpenAI Agents threads
š§Ŗ Experiments improvements
Added support for filtering by configuration metadata to experiments. It is now also possible to add a new column displaying the configuration in the experiments table.
š Agent Optimizer improvements
New Public API for Agent Optimization
Added optimization run display link
Added optimization_context
š”ļø Security Fixes
Fixed: h11 accepted some malformed Chunked-Encoding bodies
Fixed: setuptools had a path traversal vulnerability in PackageIndex.download that could lead to Arbitrary File Write
Fixed: LiteLLM had an Improper Authorization Vulnerability