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.
Copy to LLMGithubGo to App
DocumentationIntegrationsBuilding Self-Improving AgentsSelf-hosting OpikSDK & API reference
DocumentationIntegrationsBuilding Self-Improving AgentsSelf-hosting OpikSDK & API reference
  • Getting Started
    • Home
    • Quickstart
    • Ollie Agent
    • FAQ
    • Changelog
  • Observability
    • Overview
    • Getting started
    • Concepts
    • Debugging agents with Ollie and Opik Connect
  • Development
    • Overview
    • Agent playground
    • Prompt playground
  • Evaluation
    • Overview
    • Getting started
    • Concepts
  • Production
  • Administration
    • Overview
    • Roles and Permissions
  • Contributing
    • Contribution Overview
LogoLogo
Copy to LLMGithubGo to App
Getting Started

Changelog

June 20, 2025
June 20, 2025
Was this page helpful?
Previous

June 6, 2025

Next
Built with

šŸ”Œ Integrations and SDK

  • Added CloudFlare’s WorkersAI integration (docs)
  • 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

šŸ‘‰ See full commit log on GitHub

Releases: 1.7.32, 1.7.33, 1.7.34, 1.7.35, 1.7.36