# Agentic AI & LLM Frameworks

- [Agentic AI Overview](https://docs.fiddler.ai/integrations/agentic-ai-and-llm-frameworks/agentic-ai.md): Native SDKs and framework integrations for agentic AI and LLM applications
- [Fiddler OTel SDK](https://docs.fiddler.ai/integrations/agentic-ai-and-llm-frameworks/agentic-ai/fiddler-otel-sdk.md): Instrument any Python AI agent or LLM application with Fiddler's core OpenTelemetry SDK
- [Multimodal Support (Fiddler OTel SDK)](https://docs.fiddler.ai/integrations/agentic-ai-and-llm-frameworks/agentic-ai/fiddler-otel-sdk-multimodal.md): Send images and documents alongside text prompts for multimodal evaluation
- [Fiddler LangChain SDK](https://docs.fiddler.ai/integrations/agentic-ai-and-llm-frameworks/agentic-ai/langchain-sdk.md): Instrument LangChain V1 agents with Fiddler observability
- [Fiddler LangGraph SDK](https://docs.fiddler.ai/integrations/agentic-ai-and-llm-frameworks/agentic-ai/langgraph-sdk.md): Instrument LangGraph agents and custom AI applications with Fiddler's native SDK
- [Fiddler Strands SDK](https://docs.fiddler.ai/integrations/agentic-ai-and-llm-frameworks/agentic-ai/strands-sdk.md): Native monitoring for Strands Agents with Strands Agents SDK
- [Fiddler Evals SDK](https://docs.fiddler.ai/integrations/agentic-ai-and-llm-frameworks/agentic-ai/evals-sdk.md): LLM experiments framework with pre-built evaluators and custom metrics
- [Span and Resource Attributes](https://docs.fiddler.ai/integrations/agentic-ai-and-llm-frameworks/agentic-ai/attributes.md): Understand how Fiddler uses span and resource attributes from OpenTelemetry traces — required vs optional fields, typing, custom attributes, and how attributes flow into metrics, alerts, and dashboard
- [LiteLLM Integration](https://docs.fiddler.ai/integrations/agentic-ai-and-llm-frameworks/agentic-ai/litellm-integration.md): Integrate LiteLLM with Fiddler for unified LLM cost tracking, latency monitoring, and LLM call observability — via the LiteLLM SDK or the LiteLLM proxy gateway.
- [Fiddler MCP Server](https://docs.fiddler.ai/integrations/agentic-ai-and-llm-frameworks/agentic-ai/mcp-server.md): Connect MCP-compatible AI assistants to Fiddler's GenAI observability platform — query applications, traces, evaluators, metrics, and more from any MCP client.
- [OpenTelemetry Integration](https://docs.fiddler.ai/integrations/agentic-ai-and-llm-frameworks/agentic-ai/opentelemetry-integration.md): Connect custom AI agents and multi-framework agentic applications to Fiddler using OpenTelemetry's OTLP protocol for comprehensive observability.
- [Exporting OTel Traces to Fiddler](https://docs.fiddler.ai/integrations/agentic-ai-and-llm-frameworks/agentic-ai/otel-trace-export.md): Map pre-existing OpenTelemetry span attributes to Fiddler's schema and export them to the v1/traces protobuf endpoint from your own storage or pipeline.
- [S3 Trace Ingestion](https://docs.fiddler.ai/integrations/agentic-ai-and-llm-frameworks/agentic-ai/s3-trace-ingestion.md): Ingest pre-generated OTLP trace files from Amazon S3 into Fiddler without modifying your application code. Ideal for ECS Fargate, air-gapped environments, or any architecture where direct SDK integrat


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fiddler.ai/integrations/agentic-ai-and-llm-frameworks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
