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

# Overview

> Future AGI provides pre-built auto-instrumentation for the following frameworks and LLM providers:

***

import { Card, CardGroup } from 'nextra-theme-docs'

## LLM Models

<CardGroup cols={2}>
  <Card title="OpenAI" href="/future-agi/integrations/openai" />

  <Card title="OpenAI Agents SDK" href="/future-agi/integrations/openai_agents" />

  <Card title="Vertex AI (Gemini)" href="/future-agi/integrations/vertexai" />

  <Card title="AWS Bedrock" href="/future-agi/integrations/bedrock" />

  <Card title="Mistral AI" href="/future-agi/integrations/mistralai" />

  <Card title="Anthropic" href="/future-agi/integrations/anthropic" />

  <Card title="Groq" href="/future-agi/integrations/groq" />

  <Card title="Together AI" href="/future-agi/integrations/togetherai" />

  <Card title="Google ADK" href="/future-agi/integrations/google_adk" />

  <Card title="Google GenAI" href="/future-agi/integrations/google_genai" />

  <Card title="Portkey ADK" href="/future-agi/integrations/portkey" />
</CardGroup>

## Orchestration Frameworks

<CardGroup cols={2}>
  <Card title="LlamaIndex" href="/future-agi/integrations/llamaindex" />

  <Card title="LlamaIndex Workflows" href="/future-agi/integrations/llamaindex-workflows" />

  <Card title="Langchain" href="/future-agi/integrations/langchain" />

  <Card title="LangGraph" href="/future-agi/integrations/langgraph" />

  <Card title="LiteLLM" href="/future-agi/integrations/litellm" />

  <Card title="CrewAI" href="/future-agi/integrations/crewai" />

  <Card title="Haystack" href="/future-agi/integrations/haystack" />

  <Card title="Autogen" href="/future-agi/integrations/autogen" />

  <Card title="PromptFlow" href="/future-agi/integrations/promptflow" />

  <Card title="Vercel" href="/future-agi/integrations/vercel" />

  <Card title="Pipecat" href="/future-agi/integrations/pipecat" />

  <Card title="Langfuse" href="/future-agi/get-started/observability/manual-tracing/langfuse-intergation" />
</CardGroup>

## Voice

<CardGroup cols={2}>
  <Card title="VAPI" href="/future-agi/products/observe/voice/quickstart" />

  <Card title="Retell" href="/future-agi/products/observe/voice/quickstart" />

  <Card title="LiveKit" href="/future-agi/integrations/livekit" />

  <Card title="Pipecat" href="/future-agi/integrations/pipecat" />
</CardGroup>

## Other

<CardGroup cols={2}>
  <Card title="DSPY" href="/future-agi/integrations/dspy" />

  <Card title="Guardrails AI" href="/future-agi/integrations/guardrails" />

  <Card title="Hugging Face smolagents" href="/future-agi/integrations/smol_agents" />

  <Card title="Ollama" href="/future-agi/integrations/ollama" />

  <Card title="Instructor" href="/future-agi/integrations/instructor" />

  <Card title="MCP" href="/integrations/mcp" />

  <Card title="MongoDB" href="/cookbook/integrations/mongodb" />

  <Card title="n8n" href="/future-agi/integrations/n8n" />
</CardGroup>
