- 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.
instruments
list when initializing the tracer.
Next: Agno