Skip to content
@Conntrail

Conntrail

Open-source observability for AI agents. Trace decision paths, surface counterfactuals, debug why your agent branched; not just that it did.

Conntrail

Conntrail is an observability tool for agentic workflows. It traces the decisions an agent makes and measures how stable those decisions actually are, using contrastive perturbation entropy (CPE) to show when a routing choice was confident versus when it was one paraphrase away from going a different direction.

Most observability tools tell you what an agent did. Conntrail also tells you how fragile that decision was, which part of the input drove it, and what the agent would likely have done instead if that part changed.

Repositories

Conntrail is the standalone, self hostable version of the tool: an ingestion service, a persistent trace store, a query API, and a dashboard for exploring traces, entropy scores, and failure classifications across any agentic workflow you point it at.

Conntrail Lib is the original prototype library. Its tracing core, contrast generation, divergence analysis, and entropy scoring, is real and working, and is the foundation the standalone tool is built from.

Status

Conntrail is under active development. The core tracing math is proven; the ingestion service, trace store, dashboard, and deployment story are being built out now.

Contributions

Contributions are welcome. If you are interested in agent observability, routing stability, or want to help build out the collector, dashboard, or SDK integrations, feel free to open an issue or a pull request on either repository.

Popular repositories Loading

  1. Conntrail-Lib Conntrail-Lib Public

    Main Library for open-core conntrail.

    Python

  2. Conntrail Conntrail Public

    Standalone observability for agentic workflows. Conntrail wraps your agent's routing decisions, measures how stable they are under semantic perturbation of the input, classifies failures, and ships…

    Python

  3. .github .github Public

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…