Skip to main content

Company-qualified install name for the Catalyst by Inference.net Python tracing SDK.

Project description

inference-catalyst-tracing

Company-qualified install name for the Catalyst by Inference.net Python tracing SDK.

This package depends on catalyst-tracing, the primary Python SDK package, and re-exports the same public API from the inference_catalyst_tracing import path. Use this package when you want the install command to include the Inference company name.

This package is currently in beta. APIs may change before 1.0, but the package name and import path are intended to remain stable.

Install

pip install inference-catalyst-tracing

Install integration extras through the alias package:

pip install 'inference-catalyst-tracing[openai]'
pip install 'inference-catalyst-tracing[anthropic]'
pip install 'inference-catalyst-tracing[langchain]'
pip install 'inference-catalyst-tracing[langsmith]'
pip install 'inference-catalyst-tracing[openai,langchain,langsmith]'
pip install 'inference-catalyst-tracing[all]'

Quick Start

from inference_catalyst_tracing import setup
from openai import OpenAI

tracing = setup()

client = OpenAI()
client.chat.completions.create(
    model="gpt-4o-mini",
    messages=[{"role": "user", "content": "Summarize this order."}],
)

tracing.shutdown()

You can also import from the primary namespace after installing this package:

from catalyst_tracing import setup

Relationship To catalyst-tracing

Package Import path Purpose
catalyst-tracing catalyst_tracing Primary SDK package
inference-catalyst-tracing inference_catalyst_tracing Company-qualified alias package

The alias package is intentionally small. The tracing runtime, integration installers, OpenTelemetry setup, and OpenInference attribute handling live in catalyst-tracing.

Supported Integrations

The underlying SDK supports OpenAI, Anthropic, LangChain, LangGraph, LangSmith, OpenAI Agents, Claude Agent SDK, and Pydantic AI integrations. It also exposes manual manual_span() and agent_span() helpers for custom agent, chain, and tool workflows.

For LangSmith, install inference-catalyst-tracing[langsmith] or inference-catalyst-tracing[langchain,langsmith], keep using LangSmith's @traceable decorators, and call setup() once at process startup. The primary SDK configures LangSmith OTel mode and enriches those decorator spans with OpenInference attributes before exporting them to Catalyst. When a LangChain or LangGraph agent runs inside a decorated function, Catalyst uses the LangSmith OTel context as the parent for nested chain, tool, retriever, and provider spans; customer code does not need a separate Catalyst wrapper for trace grouping.

See the catalyst-tracing package page for the full API reference and configuration guide.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

inference_catalyst_tracing-0.0.9.tar.gz (2.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

inference_catalyst_tracing-0.0.9-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file inference_catalyst_tracing-0.0.9.tar.gz.

File metadata

  • Download URL: inference_catalyst_tracing-0.0.9.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for inference_catalyst_tracing-0.0.9.tar.gz
Algorithm Hash digest
SHA256 3c40c195de14d78367a767e7596e4b7926cd8e7622964a0f7be5dcf7fc88f4b5
MD5 9c2f76daf5736a05bc86c102514a9a84
BLAKE2b-256 92f83db320f122d99214d69f546fc32a4c16dbbf2ae7cb5ae0f180cce562cb1e

See more details on using hashes here.

File details

Details for the file inference_catalyst_tracing-0.0.9-py3-none-any.whl.

File metadata

  • Download URL: inference_catalyst_tracing-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 3.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for inference_catalyst_tracing-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 84f28dbb5f4c8f2c6d1deb31b87bcf3a3961daee4a92d26ebcb6172a3b69e0f3
MD5 2f5015caf8a7939457b40a0954b2667b
BLAKE2b-256 0e98337b9709ab146c07eb36aedc37bc76dee15773c5c78de8c35d66ec0e1784

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page