kalibr

Route agent tasks across model, tool, and parameter paths using production telemetry.

31|3|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/kalibr-ai/kalibr-sdk-python --skill kalibr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kalibr
Source: https://github.com/kalibr-ai/kalibr-sdk-python/tree/main
Command: npx skills add https://github.com/kalibr-ai/kalibr-sdk-python --skill kalibr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kalibr enables autonomous, self-healing agent pipelines by continuously learning from real production telemetry and routing requests to the most reliable combination of model, tool, and parameters, reducing outages, degradation, and manual intervention.

Core Features & Use Cases

  • Learns from production outcomes to route tasks across model/tool/parameter paths for each goal.
  • Provides automatic fallback and repair when a provider degrades or fails, keeping pipelines running.
  • Supports multimodal workflows and framework integrations (LangChain, CrewAI, OpenAI Agents SDK, HuggingFace) for unified routing.

Quick Start

Invoke the Router with a simple goal and observe automatic healing across paths.

Frequently Asked Questions about kalibr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate self-healing agent pipelines when a provider degrades in production?

Self-healing agent pipelines use production telemetry to automatically route requests to the most reliable combination of model, tool, and parameters. This provides automatic fallback and repair during provider outages or degradation.

What is the best way to route multimodal agent workflows across multiple providers?

Routing multimodal agent workflows across multiple providers requires learning from real production outcomes to dynamically select the optimal model and parameter path. This unified routing supports frameworks like LangChain, CrewAI, and OpenAI Agents SDK.

How does Thompson sampling apply to LLM routing for cost-optimized agent workflows?

Thompson sampling enables LLM routing to continuously learn from production telemetry and balance exploration with exploitation. It dynamically routes tasks across model and tool paths to optimize for cost, reliability, and performance.

Do I need an active Kalibr backend and API key to enable autonomous agent routing?

Yes, autonomous agent routing requires an active backend instance and credentials supplied via KALIBR_API_KEY and KALIBR_TENANT_ID. You must also configure a minimum of two routing paths to enable continuous learning and healing.

Can I use this routing mechanism with my existing LangChain and HuggingFace integrations?

Yes, the routing mechanism supports multimodal workflows and framework integrations with LangChain, CrewAI, OpenAI Agents SDK, and HuggingFace. This allows unified routing across your existing agent frameworks.

Why do my agent pipelines require a two-or-more-path configuration for self-healing?

Agent pipelines require a two-or-more-path configuration to enable learning and healing because the system needs multiple model, tool, and parameter combinations to compare production telemetry and route to the most reliable fallback.