Skip to main contentQuotient integrates with popular agent and orchestration frameworks through the OpenInference instrumentation ecosystem. Each integration follows the same pattern:
- Install the Quotient SDK and the relevant OpenInference instrumentor.
- Export your
QUOTIENT_API_KEY
(and the provider API keys your agent requires).
- Initialize the tracer with the instrumentor.
- Decorate your main entrypoint with
@quotient.trace
(recommended) and run your agent as usual.
Use the guides below for framework-specific setup and sample code:
Looking for a different framework? Browse the OpenInference instrumentation repository and add the matching instrumentor to the instruments
list when initializing the tracer.
Next: Agno