Skip to main content

Core package

Install the zero-dependency core first:

Framework adapters

Install only the adapters you need:

Which path should you use?

Core Only

Start with manual session, log_llm_call, and log_tool_result instrumentation.

Adapter Path

Auto-capture traces from OpenAI, Anthropic, LangChain, LangGraph, or CrewAI.

See the Demo

Jump straight to the flagship multi-agent showcase.

Verify the install

Create a quick smoke test:
Run it with pytest:
If that passes, the core install is working. For CI setup, see CI.