> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations Overview

> Learn about the Galileo integrations with third-party SDKs to automatically log your applications

Galileo's third-party SDK integrations automatically capture prompts, responses, and performance metrics without requiring you to add explicit logging code throughout your application.

## Supported frameworks

Galileo supports a range of LLM and agentic frameworks, either with a direct integration, using [OpenTelemetry](https://opentelemetry.io/), or using [OpenInference](https://github.com/Arize-ai/openinference).

| Framework                 | Supported integrations                                                                                                                                              |
| :------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| A2A Protocol              | [`galileo-a2a`](/sdk-api/third-party-integrations/a2a)                                                                                                              |
| CrewAI                    | [CrewAI Event Listener](/sdk-api/third-party-integrations/crewai/crewai)<br />[OpenInference](/sdk-api/third-party-integrations/opentelemetry-and-openinference)    |
| Google ADK                | [OpenInference](/sdk-api/third-party-integrations/opentelemetry-and-openinference/google-adk)                                                                       |
| LangChain/LangGraph       | [LangChain callback](/sdk-api/third-party-integrations/langchain/langchain)<br />[OpenInference](/sdk-api/third-party-integrations/opentelemetry-and-openinference) |
| OpenAI                    | [OpenAI SDK wrapper](/sdk-api/third-party-integrations/openai/openai)                                                                                               |
| OpenAI Agents SDK         | [OpenAI Agents trace processor](/sdk-api/third-party-integrations/openai-agents/openai-agents)                                                                      |
| Microsoft Agent Framework | [OpenTelemetry](/sdk-api/third-party-integrations/opentelemetry-and-openinference/microsoft-agent-framework)                                                        |
| Strands Agents            | [OpenTelemetry](/sdk-api/third-party-integrations/opentelemetry-and-openinference/strands-agents)                                                                   |
| Vercel AI SDK             | [OpenTelemetry](/sdk-api/third-party-integrations/opentelemetry-and-openinference/vercel-ai)                                                                        |

These frameworks have been tested and are fully supported. Galileo also supports any framework that supports the [OpenInference](https://github.com/Arize-ai/openinference) standard.

## Next steps

### OpenTelemetry and OpenInference

<CardGroup cols={2}>
  <Card title="OpenTelemetry and OpenInference" icon="code" horizontal href="/sdk-api/third-party-integrations/opentelemetry-and-openinference">
    Learn how to integrate Galileo with OpenTelemetry and OpenInference for comprehensive observability and tracing.
  </Card>

  <Card title="Google ADK" icon="python" horizontal href="/sdk-api/third-party-integrations/opentelemetry-and-openinference/google-adk">
    Learn how to integrate a Google ADK project with Galileo using OpenTelemetry and OpenInference.
  </Card>

  <Card title="Strands Agents" icon="python" horizontal href="/sdk-api/third-party-integrations/opentelemetry-and-openinference/strands-agents">
    Learn how to integrate a Strands Agents project with Galileo using OpenTelemetry.
  </Card>

  <Card title="Microsoft Agent Framework" icon="python" horizontal href="/sdk-api/third-party-integrations/opentelemetry-and-openinference/microsoft-agent-framework">
    Learn how to integrate a Microsoft Agent Framework project with Galileo using OpenTelemetry.
  </Card>

  <Card title="Vercel AI SDK" icon="js" horizontal href="/sdk-api/third-party-integrations/opentelemetry-and-openinference/vercel-ai">
    Learn how to integrate a Vercel AI SDK project with Galileo using OpenTelemetry.
  </Card>
</CardGroup>

### LLM SDK integrations

<CardGroup cols={2}>
  <Card title="OpenAI wrapper" icon="code" horizontal href="/sdk-api/third-party-integrations/openai/openai">
    Automatically log calls to the OpenAI SDK with a wrapper.
  </Card>
</CardGroup>

### Agent framework integrations

<CardGroup cols={2}>
  <Card title="A2A Protocol" icon="python" horizontal href="/sdk-api/third-party-integrations/a2a">
    Add end-to-end distributed tracing to multi-agent systems using the Google A2A protocol.
  </Card>

  <Card title="CrewAI event listener" icon="python" horizontal href="/sdk-api/third-party-integrations/crewai/crewai">
    Automatically log all the steps in your CrewAI application with the Galileo event listener.
  </Card>

  <Card title="LangChain/LangGraph callback" icon="code" horizontal href="/sdk-api/third-party-integrations/langchain/langchain">
    Automatically log all the steps in your LangChain or LangGraph application with the Galileo callback.
  </Card>

  <Card title="OpenAI Agents trace processor" icon="python" horizontal href="/sdk-api/third-party-integrations/openai-agents/openai-agents">
    Automatically log all the steps in your OpenAI Agent SDK apps using the Galileo trace processor.
  </Card>
</CardGroup>
