ares-server 0.7.2

A.R.E.S - Agentic Retrieval Enhanced Server: A production-grade agentic chatbot server with multi-provider LLM support, tool calling, RAG, and MCP integration
# Summary

[Introduction](./introduction.md)

# Getting Started

- [Quickstart]./getting-started/quickstart.md
- [Authentication]./getting-started/authentication.md
- [Models & Providers]./getting-started/models.md

# API Reference

- [Chat]./api/chat.md
- [Agents]./api/agents.md
- [Tools]./api/tools.md
- [Skills]./api/skills.md
- [MCP Integration]./api/mcp.md
- [Memory]./api/memory.md
- [RAG]./api/rag.md
- [Workflows]./api/workflows.md
- [Research]./api/research.md
- [Streaming]./api/streaming.md

# Enterprise

- [V1 Client API]./enterprise/v1-api.md
- [Admin API]./enterprise/admin-api.md
- [Deployment API]./enterprise/deploy-api.md
- [Multi-Tenant Setup]./enterprise/multi-tenant.md

# Platform

- [Rate Limits & Quotas]./platform/rate-limits.md
- [Loop Detection & Safety]./platform/safety.md
- [Error Handling]./platform/errors.md
- [Self-Hosting]./platform/self-hosting.md

# Extending ARES

- [ContextProvider Trait]./extending/context-provider.md
- [Building on base_router()]./extending/base-router.md

# Guides

- [Build a Chat Agent]./guides/chat-agent.md
- [Tool Calling]./guides/tool-calling.md

# Resources

- [Changelog]./changelog.md