Supported frameworks and LLM providers for Atla Insights
Provider | Instrumentation Function | Notes |
---|---|---|
Anthropic | instrument_anthropic | Also supports AnthropicBedrock client from Anthropic |
Google GenAI | instrument_google_genai | E.g., Gemini |
LiteLLM | instrument_litellm | Supports all available models in the LiteLLM framework |
OpenAI | instrument_openai | |
Bedrock | instrument_bedrock |
@instrument
decorator.Framework | Instrumentation Function | Notes |
---|---|---|
Agno | instrument_agno | Supported with openai , google-genai , litellm and/or anthropic models* |
BAML | instrument_baml | Supported with openai , anthropic or bedrock models* |
CrewAI | instrument_crewai | |
LangChain | instrument_langchain | This includes e.g., LangGraph as well |
MCP | instrument_mcp | Only includes context propagation. You will need to instrument the model calling the MCP server separately. |
OpenAI Agents | instrument_openai_agents | Supported with openai , google-genai , litellm and/or anthropic models* |
Smolagents | instrument_smolagents | Supported with openai , google-genai , litellm and/or anthropic models* |