ares-server 0.7.0

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
1
2
3
pub mod tenant;

pub use tenant::{ApiKey, Tenant, TenantContext, TenantQuota, TenantTier};