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

# Welcome

> Platform for creating and managing intelligent AI agents

<img className="block dark:hidden" src="https://evo-ai.co/attached_assets/agent_photo.png" alt="Evo AI Platform" />

<img className="hidden dark:block" src="https://evo-ai.co/attached_assets/agent_photo.png" alt="Evo AI Platform" />

## What is Evo AI?

**Evo AI** is an innovative platform for creating and managing AI agents, allowing integration with different AI models and services. Our platform offers a complete solution for building intelligent workflows and advanced multi-agent systems.

### 🚀 Key Features

* **Multi-agent**: Create and manage multiple specialized agents
* **Flexible Integration**: Support for different AI providers (OpenAI, Anthropic, Google, etc.)
* **A2A Protocol**: Native implementation of Google's Agent 2 Agent protocol
* **MCP Support**: Complete integration with Model Context Protocol
* **LangGraph**: Complex workflows with state and branching
* **Observability**: Detailed tracking with Langfuse integration

## 🛠️ Platform Architecture

### Robust Backend

* **FastAPI**: Modern, high-performance web framework
* **PostgreSQL**: Main database for persistence
* **Redis**: Cache and session management
* **SQLAlchemy**: ORM for database interaction
* **JWT**: Secure authentication with tokens

### Modern Frontend

* **Next.js 15**: React framework with App Router
* **TypeScript**: Type-safe development
* **Tailwind CSS**: Utility-first styling
* **shadcn/ui**: Modern and accessible components
* **ReactFlow**: Visual interface for workflows

## 🎯 Use Cases

<CardGroup cols={2}>
  <Card title="Intelligent Automation" icon="robot">
    Automate complex processes with specialized agents that can make contextual decisions
  </Card>

  <Card title="Corporate Assistants" icon="building">
    Build personalized business assistants with access to internal systems
  </Card>

  <Card title="Multi-Agent Workflows" icon="sitemap">
    Orchestrate multiple agents working together to solve complex problems
  </Card>

  <Card title="System Integration" icon="plug">
    Connect different systems and APIs through intelligent agents
  </Card>
</CardGroup>

## 🌟 Differentiators

### Agent 2 Agent Protocol (A2A)

Native implementation of Google's A2A protocol, enabling seamless communication and interoperability between AI agents from different systems.

### Advanced Observability

Native integration with **Langfuse** using OpenTelemetry (OTel) standard for:

* Detailed execution tracking
* Prompt and response monitoring
* Agent performance analysis
* Advanced workflow debugging

### Model Context Protocol (MCP)

Complete MCP support for:

* Integration with external tools
* Access to system resources
* Extensibility through custom MCP servers

## 🚀 Getting Started

<CardGroup cols={2}>
  <Card title="Quick Guide" icon="rocket" href="/quickstart">
    Set up your first AI agent application in less than 2 minutes
  </Card>

  <Card title="Agent Types" icon="users" href="/agents/index">
    Learn about all available agent types and choose the ideal one for your use case
  </Card>

  <Card title="A2A Protocol" icon="network-wired" href="/a2a-protocol">
    Understand the Agent-to-Agent protocol for integration with external systems
  </Card>

  <Card title="Configurations" icon="gear" href="/configurations/index">
    Configure credentials, custom tools, and MCP servers
  </Card>
</CardGroup>

## 🤝 Open Source Community

Evo AI is community-maintained and available under Apache 2.0 license. Join our growing community:

* **GitHub**: [EvolutionAPI/evo-ai](https://github.com/EvolutionAPI/evo-ai)
* **Website**: [evo-ai.co](https://evo-ai.co/)
* **Contributions**: Welcome via pull requests
* **Issues**: Report bugs or request features

***

**Ready to get started?** Follow our [quick guide](/quickstart) and have your first AI agent application running in minutes!
