opik 1.10.58


pip install opik

  Latest version

Released: Apr 01, 2026


Meta
Author: Comet ML Inc.
Requires Python: >=3.10

Classifiers

Development Status
  • 2 - Pre-Alpha

Intended Audience
  • Developers

License
  • OSI Approved :: Apache Software License

Natural Language
  • English

Programming Language
  • Python :: 3 :: Only
  • Python :: 3
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Comet Opik logo
Opik

Open-source AI Observability, Evaluation, and Optimization

Opik helps you build, test, and optimize generative AI application that run better, from prototype to production. From RAG chatbots to code assistants to complex agentic systems, Opik provides comprehensive tracing, evaluation, and automatic prompt and tool optimization to take the guesswork out of AI development.

Python SDK License Build

WebsiteSlack CommunityTwitterChangelogDocumentation


Opik platform screenshot (thumbnail)

🚀 What is Opik?

Opik (built by Comet) is an open-source platform designed to streamline the entire lifecycle of LLM applications. It empowers developers to evaluate, test, monitor, and optimize their models and agentic systems. Key offerings include:

  • Comprehensive Observability: Deep tracing of LLM calls, conversation logging, and agent activity.
  • Advanced Evaluation: Robust prompt evaluation, LLM-as-a-judge, and experiment management.
  • Production-Ready: Scalable monitoring dashboards and online evaluation rules for production.
  • Opik Agent Optimizer: Dedicated SDK and set of optimizers to enhance prompts and agents.
  • Opik Guardrails: Features to help you implement safe and responsible AI practices.

Key capabilities include:

  • Development & Tracing:

    • Track all LLM calls and traces with detailed context during development and in production (Quickstart).
    • Extensive 3rd-party integrations for easy observability: Seamlessly integrate with a growing list of frameworks, supporting many of the largest and most popular ones natively (including recent additions like Google ADK, Autogen, and Flowise AI). (Integrations)
    • Annotate traces and spans with feedback scores via the Python SDK or the UI.
    • Experiment with prompts and models in the Prompt Playground.
  • Evaluation & Testing:

  • Production Monitoring & Optimization:

    • Log high volumes of production traces: Opik is designed for scale (40M+ traces/day).
    • Monitor feedback scores, trace counts, and token usage over time in the Opik Dashboard.
    • Utilize Online Evaluation Rules with LLM-as-a-Judge metrics to identify production issues.
    • Leverage Opik Agent Optimizer and Opik Guardrails to continuously improve and secure your LLM applications in production.

[!TIP] If you are looking for features that Opik doesn't have today, please raise a new Feature request 🚀


🛠️ Opik Server Installation

Get your Opik server running in minutes. Choose the option that best suits your needs:

Option 1: Comet.com Cloud (Easiest & Recommended)

Access Opik instantly without any setup. Ideal for quick starts and hassle-free maintenance.

👉 Create your free Comet account

Option 2: Self-Host Opik for Full Control

Deploy Opik in your own environment. Choose between Docker for local setups or Kubernetes for scalability.

Self-Hosting with Docker Compose (for Local Development & Testing)

This is the simplest way to get a local Opik instance running. Note the new ./opik.sh installation script:

On Linux or Mac Environment:

# Clone the Opik repository
git clone https://github.com/comet-ml/opik.git

# Navigate to the repository
cd opik

# Start the Opik platform
./opik.sh

On Windows Environment:

# Clone the Opik repository
git clone https://github.com/comet-ml/opik.git

# Navigate to the repository
cd opik

# Start the Opik platform
powershell -ExecutionPolicy ByPass -c ".\\opik.ps1"

Service Profiles for Development

The Opik installation scripts now support service profiles for different development scenarios:

# Start full Opik suite (default behavior)
./opik.sh

# Start only infrastructure services (databases, caches etc.)
./opik.sh --infra

# Start infrastructure + backend services
./opik.sh --backend

# Enable guardrails with any profile
./opik.sh --guardrails # Guardrails with full Opik suite
./opik.sh --backend --guardrails # Guardrails with infrastructure + backend

Use the --help or --info options to troubleshoot issues. Dockerfiles now ensure containers run as non-root users for enhanced security. Once all is up and running, you can now visit localhost:5173 on your browser! For detailed instructions, see the Local Deployment Guide.

Self-Hosting with Kubernetes & Helm (for Scalable Deployments)

For production or larger-scale self-hosted deployments, Opik can be installed on a Kubernetes cluster using our Helm chart. Click the badge for the full Kubernetes Installation Guide using Helm.

Kubernetes

[!IMPORTANT] Version 1.7.0 Changes: Please check the changelog for important updates and breaking changes.

💻 Opik Client SDK

Opik provides a suite of client libraries and a REST API to interact with the Opik server. This includes SDKs for Python, TypeScript, and Ruby (via OpenTelemetry), allowing for seamless integration into your workflows. For detailed API and SDK references, see the Opik Client Reference Documentation.

Python SDK Quick Start

To get started with the Python SDK:

Install the package:

# install using pip
pip install opik

# or install with uv
uv pip install opik

Configure the python SDK by running the opik configure command, which will prompt you for your Opik server address (for self-hosted instances) or your API key and workspace (for Comet.com):

opik configure

[!TIP] You can also call opik.configure(use_local=True) from your Python code to configure the SDK to run on a local self-hosted installation, or provide API key and workspace details directly for Comet.com. Refer to the Python SDK documentation for more configuration options.

You are now ready to start logging traces using the Python SDK.

📝 Logging Traces with Integrations

The easiest way to log traces is to use one of our direct integrations. Opik supports a wide array of frameworks, including recent additions like Google ADK, Autogen, AG2, and Flowise AI:

Integration Description Documentation
ADK Log traces for Google Agent Development Kit (ADK) Documentation
AG2 Log traces for AG2 LLM calls Documentation
AIsuite Log traces for aisuite LLM calls Documentation
Agno Log traces for Agno agent orchestration framework calls Documentation
Anthropic Log traces for Anthropic LLM calls Documentation
Autogen Log traces for Autogen agentic workflows Documentation
Bedrock Log traces for Amazon Bedrock LLM calls Documentation
BeeAI (Python) Log traces for BeeAI Python agent framework calls Documentation
BeeAI (TypeScript) Log traces for BeeAI TypeScript agent framework calls Documentation
BytePlus Log traces for BytePlus LLM calls Documentation
Cloudflare Workers AI Log traces for Cloudflare Workers AI calls Documentation
Cohere Log traces for Cohere LLM calls Documentation
CrewAI Log traces for CrewAI calls Documentation
Cursor Log traces for Cursor conversations Documentation
DeepSeek Log traces for DeepSeek LLM calls Documentation
Dify Log traces for Dify agent runs Documentation
DSPY Log traces for DSPy runs Documentation
Fireworks AI Log traces for Fireworks AI LLM calls Documentation
Flowise AI Log traces for Flowise AI visual LLM builder Documentation
Gemini (Python) Log traces for Google Gemini LLM calls Documentation
Gemini (TypeScript) Log traces for Google Gemini TypeScript SDK calls Documentation
Groq Log traces for Groq LLM calls Documentation
Guardrails Log traces for Guardrails AI validations Documentation
Haystack Log traces for Haystack calls Documentation
Harbor Log traces for Harbor benchmark evaluation trials Documentation
Instructor Log traces for LLM calls made with Instructor Documentation
LangChain (Python) Log traces for LangChain LLM calls Documentation
LangChain (JS/TS) Log traces for LangChain JavaScript/TypeScript calls Documentation
LangGraph Log traces for LangGraph executions Documentation
Langflow Log traces for Langflow visual AI builder Documentation
LiteLLM Log traces for LiteLLM model calls Documentation
LiveKit Agents Log traces for LiveKit Agents AI agent framework calls Documentation
LlamaIndex Log traces for LlamaIndex LLM calls Documentation
Mastra Log traces for Mastra AI workflow framework calls Documentation
Microsoft Agent Framework (Python) Log traces for Microsoft Agent Framework calls Documentation
Microsoft Agent Framework (.NET) Log traces for Microsoft Agent Framework .NET calls Documentation
Mistral AI Log traces for Mistral AI LLM calls Documentation
n8n Log traces for n8n workflow executions Documentation
Novita AI Log traces for Novita AI LLM calls Documentation
Ollama Log traces for Ollama LLM calls Documentation
OpenAI (Python) Log traces for OpenAI LLM calls Documentation
OpenAI (JS/TS) Log traces for OpenAI JavaScript/TypeScript calls Documentation
OpenAI Agents Log traces for OpenAI Agents SDK calls Documentation
OpenClaw Log traces for OpenClaw agent runs Documentation
OpenRouter Log traces for OpenRouter LLM calls Documentation
OpenTelemetry Log traces for OpenTelemetry supported calls Documentation
OpenWebUI Log traces for OpenWebUI conversations Documentation
Pipecat Log traces for Pipecat real-time voice agent calls Documentation
Predibase Log traces for Predibase LLM calls Documentation
Pydantic AI Log traces for PydanticAI agent calls Documentation
Ragas Log traces for Ragas evaluations Documentation
Semantic Kernel Log traces for Microsoft Semantic Kernel calls Documentation
Smolagents Log traces for Smolagents agents Documentation
Spring AI Log traces for Spring AI framework calls Documentation
Strands Agents Log traces for Strands agents calls Documentation
Together AI Log traces for Together AI LLM calls Documentation
Vercel AI SDK Log traces for Vercel AI SDK calls Documentation
VoltAgent Log traces for VoltAgent agent framework calls Documentation
WatsonX Log traces for IBM watsonx LLM calls Documentation
xAI Grok Log traces for xAI Grok LLM calls Documentation

[!TIP] If the framework you are using is not listed above, feel free to open an issue or submit a PR with the integration.

If you are not using any of the frameworks above, you can also use the track function decorator to log traces:

import opik

opik.configure(use_local=True) # Run locally

@opik.track
def my_llm_function(user_question: str) -> str:
    # Your LLM code here

    return "Hello"

[!TIP] The track decorator can be used in conjunction with any of our integrations and can also be used to track nested function calls.

🧑‍⚖️ LLM as a Judge metrics

The Python Opik SDK includes a number of LLM as a judge metrics to help you evaluate your LLM application. Learn more about it in the metrics documentation.

To use them, simply import the relevant metric and use the score function:

from opik.evaluation.metrics import Hallucination

metric = Hallucination()
score = metric.score(
    input="What is the capital of France?",
    output="Paris",
    context=["France is a country in Europe."]
)
print(score)

Opik also includes a number of pre-built heuristic metrics as well as the ability to create your own. Learn more about it in the metrics documentation.

🔍 Evaluating your LLM Applications

Opik allows you to evaluate your LLM application during development through Datasets and Experiments. The Opik Dashboard offers enhanced charts for experiments and better handling of large traces. You can also run evaluations as part of your CI/CD pipeline using our PyTest integration.

⭐ Star Us on GitHub

If you find Opik useful, please consider giving us a star! Your support helps us grow our community and continue improving the product.

Star History Chart

🤝 Contributing

There are many ways to contribute to Opik:

To learn more about how to contribute to Opik, please see our contributing guidelines.

1.10.58 Apr 01, 2026
1.10.57 Apr 01, 2026
1.10.56 Mar 31, 2026
1.10.55 Mar 30, 2026
1.10.54 Mar 27, 2026
1.10.53 Mar 27, 2026
1.10.52 Mar 26, 2026
1.10.51 Mar 26, 2026
1.10.50 Mar 25, 2026
1.10.49 Mar 25, 2026
1.10.48 Mar 25, 2026
1.10.46 Mar 23, 2026
1.10.45 Mar 20, 2026
1.10.44 Mar 19, 2026
1.10.43 Mar 18, 2026
1.10.42 Mar 17, 2026
1.10.41 Mar 17, 2026
1.10.40 Mar 16, 2026
1.10.39 Mar 12, 2026
1.10.38 Mar 12, 2026
1.10.37 Mar 11, 2026
1.10.36 Mar 11, 2026
1.10.35 Mar 11, 2026
1.10.34 Mar 11, 2026
1.10.33 Mar 11, 2026
1.10.32 Mar 10, 2026
1.10.31 Mar 09, 2026
1.10.30 Mar 09, 2026
1.10.29 Mar 06, 2026
1.10.28 Mar 06, 2026
1.10.27 Mar 05, 2026
1.10.26 Mar 04, 2026
1.10.25 Mar 03, 2026
1.10.24 Mar 03, 2026
1.10.23 Feb 26, 2026
1.10.22 Feb 26, 2026
1.10.21 Feb 25, 2026
1.10.20 Feb 24, 2026
1.10.19 Feb 23, 2026
1.10.18 Feb 20, 2026
1.10.17 Feb 19, 2026
1.10.16 Feb 18, 2026
1.10.15 Feb 18, 2026
1.10.14 Feb 17, 2026
1.10.13 Feb 13, 2026
1.10.12 Feb 12, 2026
1.10.11 Feb 11, 2026
1.10.10 Feb 09, 2026
1.10.9 Feb 09, 2026
1.10.8 Feb 06, 2026
1.10.7 Feb 06, 2026
1.10.6 Feb 05, 2026
1.10.5 Feb 04, 2026
1.10.4 Feb 03, 2026
1.10.3 Feb 03, 2026
1.10.2 Feb 02, 2026
1.10.1 Jan 30, 2026
1.10.0 Jan 29, 2026
1.9.104 Jan 29, 2026
1.9.103 Jan 28, 2026
1.9.102 Jan 28, 2026
1.9.101 Jan 27, 2026
1.9.100 Jan 26, 2026
1.9.99 Jan 26, 2026
1.9.98 Jan 23, 2026
1.9.97 Jan 23, 2026
1.9.96 Jan 22, 2026
1.9.95 Jan 22, 2026
1.9.94 Jan 22, 2026
1.9.93 Jan 22, 2026
1.9.92 Jan 21, 2026
1.9.91 Jan 21, 2026
1.9.90 Jan 21, 2026
1.9.89 Jan 20, 2026
1.9.88 Jan 19, 2026
1.9.87 Jan 16, 2026
1.9.86 Jan 16, 2026
1.9.85 Jan 16, 2026
1.9.84 Jan 15, 2026
1.9.83 Jan 15, 2026
1.9.82 Jan 14, 2026
1.9.81 Jan 14, 2026
1.9.80 Jan 13, 2026
1.9.79 Jan 13, 2026
1.9.78 Jan 12, 2026
1.9.77 Jan 12, 2026
1.9.76 Jan 09, 2026
1.9.75 Jan 08, 2026
1.9.74 Jan 08, 2026
1.9.73 Jan 07, 2026
1.9.72 Jan 07, 2026
1.9.71 Jan 05, 2026
1.9.70 Jan 01, 2026
1.9.69 Dec 31, 2025
1.9.68 Dec 30, 2025
1.9.67 Dec 30, 2025
1.9.66 Dec 24, 2025
1.9.65 Dec 23, 2025
1.9.64 Dec 23, 2025
1.9.63 Dec 23, 2025
1.9.62 Dec 23, 2025
1.9.61 Dec 22, 2025
1.9.60 Dec 19, 2025
1.9.59 Dec 19, 2025
1.9.58 Dec 19, 2025
1.9.57 Dec 18, 2025
1.9.56 Dec 18, 2025
1.9.55 Dec 18, 2025
1.9.54 Dec 18, 2025
1.9.53 Dec 17, 2025
1.9.52 Dec 17, 2025
1.9.51 Dec 16, 2025
1.9.50 Dec 16, 2025
1.9.49 Dec 16, 2025
1.9.48 Dec 15, 2025
1.9.47 Dec 14, 2025
1.9.46 Dec 11, 2025
1.9.45 Dec 10, 2025
1.9.44 Dec 10, 2025
1.9.43 Dec 09, 2025
1.9.42 Dec 09, 2025
1.9.41 Dec 09, 2025
1.9.40 Dec 05, 2025
1.9.39 Dec 05, 2025
1.9.38 Dec 05, 2025
1.9.37 Dec 02, 2025
1.9.36 Dec 02, 2025
1.9.35 Dec 02, 2025
1.9.34 Dec 01, 2025
1.9.33 Nov 27, 2025
1.9.32 Nov 27, 2025
1.9.31 Nov 26, 2025
1.9.30 Nov 25, 2025
1.9.29 Nov 25, 2025
1.9.28 Nov 25, 2025
1.9.27 Nov 25, 2025
1.9.26 Nov 23, 2025
1.9.25 Nov 21, 2025
1.9.24 Nov 20, 2025
1.9.23 Nov 20, 2025
1.9.22 Nov 20, 2025
1.9.21 Nov 19, 2025
1.9.20 Nov 19, 2025
1.9.19 Nov 19, 2025
1.9.18 Nov 18, 2025
1.9.17 Nov 18, 2025
1.9.16 Nov 18, 2025
1.9.15 Nov 17, 2025
1.9.14 Nov 14, 2025
1.9.13 Nov 13, 2025
1.9.12 Nov 13, 2025
1.9.11 Nov 13, 2025
1.9.10 Nov 13, 2025
1.9.9 Nov 12, 2025
1.9.8 Nov 12, 2025
1.9.7 Nov 11, 2025
1.9.6 Nov 11, 2025
1.9.5 Nov 11, 2025
1.9.4 Nov 10, 2025
1.9.3 Nov 07, 2025
1.9.2 Nov 07, 2025
1.9.1 Nov 07, 2025
1.9.0 Nov 06, 2025
1.8.102 Nov 05, 2025
1.8.101 Nov 05, 2025
1.8.100 Nov 05, 2025
1.8.99 Nov 04, 2025
1.8.98 Nov 03, 2025
1.8.97 Oct 31, 2025
1.8.96 Oct 29, 2025
1.8.95 Oct 29, 2025
1.8.94 Oct 28, 2025
1.8.93 Oct 28, 2025
1.8.92 Oct 28, 2025
1.8.91 Oct 28, 2025
1.8.90 Oct 27, 2025
1.8.89 Oct 27, 2025
1.8.88 Oct 27, 2025
1.8.87 Oct 24, 2025
1.8.86 Oct 24, 2025
1.8.85 Oct 22, 2025
1.8.84 Oct 22, 2025
1.8.83 Oct 21, 2025
1.8.82 Oct 20, 2025
1.8.81 Oct 17, 2025
1.8.80 Oct 17, 2025
1.8.79 Oct 16, 2025
1.8.78 Oct 16, 2025
1.8.77 Oct 15, 2025
1.8.76 Oct 15, 2025
1.8.75 Oct 14, 2025
1.8.74 Oct 13, 2025
1.8.73 Oct 13, 2025
1.8.72 Oct 10, 2025
1.8.71 Oct 10, 2025
1.8.70 Oct 09, 2025
1.8.69 Oct 07, 2025
1.8.68 Oct 07, 2025
1.8.67 Oct 06, 2025
1.8.66 Oct 06, 2025
1.8.65 Oct 03, 2025
1.8.64 Oct 03, 2025
1.8.63 Oct 02, 2025
1.8.62 Oct 02, 2025
1.8.61 Oct 01, 2025
1.8.60 Oct 01, 2025
1.8.59 Sep 30, 2025
1.8.58 Sep 29, 2025
1.8.57 Sep 26, 2025
1.8.56 Sep 26, 2025
1.8.55 Sep 24, 2025
1.8.54 Sep 23, 2025
1.8.53 Sep 23, 2025
1.8.52 Sep 22, 2025
1.8.51 Sep 19, 2025
1.8.50 Sep 18, 2025
1.8.49 Sep 17, 2025
1.8.48 Sep 16, 2025
1.8.47 Sep 16, 2025
1.8.46 Sep 12, 2025
1.8.45 Sep 11, 2025
1.8.44 Sep 11, 2025
1.8.43 Sep 09, 2025
1.8.42 Sep 04, 2025
1.8.41 Sep 04, 2025
1.8.40 Sep 04, 2025
1.8.39 Sep 03, 2025
1.8.38 Sep 02, 2025
1.8.37 Sep 01, 2025
1.8.36 Aug 28, 2025
1.8.35 Aug 28, 2025
1.8.34 Aug 25, 2025
1.8.33 Aug 22, 2025
1.8.32 Aug 21, 2025
1.8.31 Aug 20, 2025
1.8.30 Aug 19, 2025
1.8.29 Aug 18, 2025
1.8.28 Aug 18, 2025
1.8.27 Aug 14, 2025
1.8.26 Aug 14, 2025
1.8.25 Aug 14, 2025
1.8.23 Aug 13, 2025
1.8.22 Aug 12, 2025
1.8.21 Aug 12, 2025
1.8.20 Aug 08, 2025
1.8.19 Aug 07, 2025
1.8.18 Aug 07, 2025
1.8.17 Aug 06, 2025
1.8.16 Aug 05, 2025
1.8.15 Aug 05, 2025
1.8.14 Aug 04, 2025
1.8.13 Jul 31, 2025
1.8.12 Jul 29, 2025
1.8.11 Jul 28, 2025
1.8.10 Jul 28, 2025
1.8.9 Jul 24, 2025
1.8.8 Jul 24, 2025
1.8.7 Jul 23, 2025
1.8.6 Jul 17, 2025
1.8.5 Jul 17, 2025
1.8.4 Jul 16, 2025
1.8.3 Jul 15, 2025
1.8.2 Jul 11, 2025
1.8.1 Jul 09, 2025
1.8.0 Jul 08, 2025
1.7.43 Jul 07, 2025
1.7.42 Jul 04, 2025
1.7.41 Jul 02, 2025
1.7.40 Jun 30, 2025
1.7.39 Jun 27, 2025
1.7.38 Jun 26, 2025
1.7.37 Jun 24, 2025
1.7.36 Jun 17, 2025
1.7.35 Jun 17, 2025
1.7.34 Jun 12, 2025
1.7.33 Jun 09, 2025
1.7.32 Jun 06, 2025
1.7.31 Jun 06, 2025
1.7.30 Jun 04, 2025
1.7.29 Jun 02, 2025
1.7.28 May 28, 2025
1.7.27 May 26, 2025
1.7.26 May 22, 2025
1.7.25 May 20, 2025
1.7.24 May 20, 2025
1.7.23 May 19, 2025
1.7.22 May 16, 2025
1.7.21 May 15, 2025
1.7.20 May 14, 2025
1.7.19 May 14, 2025
1.7.18 May 09, 2025
1.7.17 May 07, 2025
1.7.16 May 05, 2025
1.7.15 May 05, 2025
1.7.14 May 02, 2025
1.7.13 Apr 29, 2025
1.7.12 Apr 28, 2025
1.7.11 Apr 23, 2025
1.7.10 Apr 23, 2025
1.7.9 Apr 18, 2025
1.7.8 Apr 17, 2025
1.7.7 Apr 16, 2025
1.7.6 Apr 16, 2025
1.7.5 Apr 14, 2025
1.7.4 Apr 11, 2025
1.7.3 Apr 11, 2025
1.7.2 Apr 10, 2025
1.7.1 Apr 10, 2025
1.7.0 Apr 09, 2025
1.6.15 Apr 09, 2025
1.6.14 Apr 08, 2025
1.6.13 Apr 01, 2025
1.6.12 Mar 27, 2025
1.6.11 Mar 27, 2025
1.6.10 Mar 26, 2025
1.6.9 Mar 25, 2025
1.6.8 Mar 20, 2025
1.6.6 Mar 19, 2025
1.6.5 Mar 14, 2025
1.6.4 Mar 14, 2025
1.6.3 Mar 13, 2025
1.6.2 Mar 12, 2025
1.6.1 Mar 12, 2025
1.6.0 Mar 12, 2025
1.5.8 Mar 11, 2025
1.5.7 Mar 10, 2025
1.5.6 Mar 06, 2025
1.5.5 Mar 05, 2025
1.5.4 Mar 04, 2025
1.5.3 Feb 28, 2025
1.5.2 Feb 26, 2025
1.5.1 Feb 24, 2025
1.5.0 Feb 21, 2025
1.4.17 Feb 19, 2025
1.4.16 Feb 14, 2025
1.4.15 Feb 14, 2025
1.4.14 Feb 14, 2025
1.4.13 Feb 13, 2025
1.4.12 Feb 11, 2025
1.4.11 Feb 07, 2025
1.4.10 Feb 05, 2025
1.4.9 Feb 05, 2025
1.4.8 Jan 31, 2025
1.4.7 Jan 30, 2025
1.4.6 Jan 28, 2025
1.4.5 Jan 23, 2025
1.4.4 Jan 23, 2025
1.4.3 Jan 23, 2025
1.4.2 Jan 17, 2025
1.4.1 Jan 17, 2025
1.4.0 Jan 16, 2025
1.3.6 Jan 15, 2025
1.3.5 Jan 13, 2025
1.3.4 Jan 08, 2025
1.3.3 Dec 30, 2024
1.3.2 Dec 30, 2024
1.3.1 Dec 27, 2024
1.3.0 Dec 18, 2024
1.2.8 Dec 17, 2024
1.2.7 Dec 17, 2024
1.2.6 Dec 12, 2024
1.2.5 Dec 12, 2024
1.2.4 Dec 11, 2024
1.2.3 Dec 05, 2024
1.2.2 Dec 05, 2024
1.2.1 Dec 05, 2024
1.2.0 Dec 02, 2024
1.1.13 Nov 29, 2024
1.1.12 Nov 27, 2024
1.1.11 Nov 26, 2024
1.1.10 Nov 25, 2024
1.1.9 Nov 21, 2024
1.1.8 Nov 19, 2024
1.1.7 Nov 18, 2024
1.1.6 Nov 15, 2024
1.1.5 Nov 14, 2024
1.1.4 Nov 13, 2024
1.1.3 Nov 12, 2024
1.1.2 Nov 11, 2024
1.1.1 Nov 07, 2024
1.1.0 Nov 07, 2024
1.0.5 Nov 05, 2024
1.0.4 Oct 31, 2024
1.0.3 Oct 30, 2024
1.0.2 Oct 28, 2024
1.0.1 Oct 25, 2024
1.0.0 Oct 23, 2024
0.2.2 Oct 18, 2024
0.2.1 Oct 17, 2024
0.2.0 Oct 17, 2024
0.1.23 Oct 14, 2024
0.1.22 Oct 10, 2024
0.1.21 Oct 08, 2024
0.1.20 Oct 08, 2024
0.1.19 Oct 04, 2024
0.1.18 Oct 03, 2024
0.1.17 Sep 30, 2024
0.1.16 Sep 25, 2024
0.1.15 Sep 23, 2024
0.1.14 Sep 17, 2024
0.1.13 Sep 17, 2024
0.1.12 Sep 16, 2024
0.1.11 Sep 13, 2024
0.1.10 Sep 12, 2024
0.1.9 Sep 12, 2024
0.1.8 Sep 11, 2024
0.1.7 Sep 08, 2024
0.1.6 Sep 05, 2024
0.1.4 Sep 02, 2024
0.1.3 Sep 02, 2024
0.1.1 Sep 02, 2024
0.1 Aug 26, 2024

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
boto3-stubs[bedrock-runtime] (>=1.34.110)
click
httpx
rapidfuzz (<4.0.0,>=3.0.0)
litellm (!=1.75.0,!=1.75.1,!=1.75.2,!=1.75.3,!=1.75.4,!=1.75.5,!=1.77.3,!=1.77.4,!=1.77.5,!=1.77.7,!=1.78.0,!=1.78.2,!=1.78.3,!=1.78.4,!=1.78.5,!=1.78.6,!=1.78.7,!=1.79.0,!=1.79.1,>=1.79.2)
openai
pydantic-settings (!=2.9.0,<3.0.0,>=2.0.0)
pydantic (<3.0.0,>=2.0.0)
pytest
rich
sentry_sdk (>=2.0.0)
tenacity
tqdm
uuid6
jinja2