# Xaibo - The Modular AI Agent Framework > Build robust AI agents that are a joy to create and maintain. Stop fighting complexity, start shipping. Xaibo is a modular framework designed to help you build sophisticated AI systems that are easy to test, debug, and evolve. Move beyond monolithic agent scripts and start creating with components you can trust. ## Tutorials ## How-to Guides - [How-to Guides](https://xaibo.ai/how-to/index.md) - [Authentication](https://xaibo.ai/how-to/authentication/index.md) - [Installation](https://xaibo.ai/how-to/installation/index.md) - [OpenAI Responses API](https://xaibo.ai/how-to/api/openai-responses-quickstart/index.md) - [MCP Server](https://xaibo.ai/how-to/deployment/mcp-server/index.md) - [OpenAI Chat Completions API](https://xaibo.ai/how-to/deployment/openai-api/index.md) - [LiveKit Voice Assistant](https://xaibo.ai/how-to/integrations/livekit-voice-assistant/index.md) - [Switch Providers](https://xaibo.ai/how-to/llm/switch-providers/index.md) - [Setup Vector Memory](https://xaibo.ai/how-to/memory/setup-vector-memory/index.md) - [MCP Tools](https://xaibo.ai/how-to/tools/mcp-tools/index.md) - [Python Tools](https://xaibo.ai/how-to/tools/python-tools/index.md) ## Reference Documentation - [Reference Documentation](https://xaibo.ai/reference/index.md) - [Agent Configuration](https://xaibo.ai/reference/agent-config/index.md) - [CLI Commands](https://xaibo.ai/reference/cli/index.md) - [Troubleshooting](https://xaibo.ai/reference/troubleshooting/index.md) - [API Adapters](https://xaibo.ai/reference/api/adapters/index.md) - [OpenAI Responses Adapter](https://xaibo.ai/reference/api/openai-responses-adapter/index.md) - [Web Server](https://xaibo.ai/reference/api/server/index.md) - [LiveKit Integration](https://xaibo.ai/reference/integrations/livekit/index.md) - [LLM Modules](https://xaibo.ai/reference/modules/llm/index.md) - [Memory Modules](https://xaibo.ai/reference/modules/memory/index.md) - [Orchestrator Modules](https://xaibo.ai/reference/modules/orchestrator/index.md) - [Tool Modules](https://xaibo.ai/reference/modules/tools/index.md) - [Protocols Overview](https://xaibo.ai/reference/protocols/index.md) - [LLM Protocol](https://xaibo.ai/reference/protocols/llm/index.md) - [Memory Protocol](https://xaibo.ai/reference/protocols/memory/index.md) - [Response Protocol](https://xaibo.ai/reference/protocols/response/index.md) - [Tools Protocol](https://xaibo.ai/reference/protocols/tools/index.md) ## Explanation - [Understanding Xaibo](https://xaibo.ai/explanation/index.md) - [Dependency Injection](https://xaibo.ai/explanation/architecture/dependency-injection/index.md) - [Protocol-Driven Architecture](https://xaibo.ai/explanation/architecture/protocols/index.md) - [Transparent Proxies](https://xaibo.ai/explanation/architecture/transparent-proxies/index.md) - [Event System](https://xaibo.ai/explanation/concepts/event-system/index.md) - [Exchange System](https://xaibo.ai/explanation/concepts/exchange-system/index.md) - [Modules vs Protocols](https://xaibo.ai/explanation/concepts/modules-vs-protocols/index.md) - [Extensibility](https://xaibo.ai/explanation/design/extensibility/index.md) - [Modularity](https://xaibo.ai/explanation/design/modularity/index.md) - [Testability](https://xaibo.ai/explanation/design/testability/index.md)