POST
/
frameworks
/
instrument_agno
Instrument the Agno framework.
curl --request POST \
  --url https://api.atla-ai.com/frameworks/instrument_agno

Query Parameters

llm_provider
string
required

The LLM provider (or providers) used within Agno to instrument (e.g., "openai" or ["anthropic","openai"]).

Response

200

A context manager that instruments the Agno framework (and underlying LLM calls).