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

# Flo AI

> Build production-ready AI agents with structured outputs, tool integration, and multi-LLM support

## Welcome to Flo AI (Wavefront coming soon) 🌊

Flo AI is a Python framework that makes building production-ready AI agents and teams as easy as writing YAML. Think "Kubernetes for AI Agents" - compose complex AI architectures using pre-built components while maintaining the flexibility to create your own.

<Card title="Quick Start" icon="rocket" href="/quickstart" horizontal>
  Get started with Flo AI in minutes - from installation to your first agent.
</Card>

## Key Features

<Columns cols={2}>
  <Card title="🔌 Truly Composable" icon="puzzle-piece" href="/essentials/agents">
    Build complex AI systems by combining smaller, reusable components.
  </Card>

  <Card title="🏗️ Built-in observability" icon="shield-check" href="/essentials/telemetry">
    Built-in observability for production deployments.
  </Card>

  <Card title="📝 YAML-First" icon="file-code" href="/essentials/yaml-workflows">
    Define your entire agent architecture in simple YAML configurations.
  </Card>

  <Card title="🧠 LLM-Powered Routing" icon="route" href="/essentials/routing">
    Intelligent routing decisions made by LLMs, no code required.
  </Card>
</Columns>

## Core Capabilities

Everything you need to build sophisticated AI agents and workflows.

<Columns cols={2}>
  <Card title="Multi-LLM Support" icon="brain" href="/essentials/llm-providers">
    Support for OpenAI, Anthropic, Google, Ollama, and more with consistent interfaces.
  </Card>

  <Card title="Tool Integration" icon="wrench" href="/essentials/tools">
    Easy tool creation with the @flo\_tool decorator and LangChain compatibility.
  </Card>

  <Card title="Visual Studio" icon="palette" href="/essentials/studio">
    Design AI workflows visually with our React-based studio interface.
  </Card>

  <Card title="OpenTelemetry" icon="chart-line" href="/essentials/telemetry">
    Built-in observability with automatic instrumentation for production monitoring.
  </Card>
</Columns>

## Get Started

<Card title="View Examples" icon="code" href="https://github.com/rootflo/flo-ai/tree/main/flo_ai/examples">
  Explore comprehensive examples and use cases in our GitHub repository.
</Card>
