ares-server 0.7.5

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
Documentation
1
2
3
4
5
pub mod api_key_auth;
pub mod usage;

pub use api_key_auth::api_key_auth_middleware;
pub use usage::track_usage as usage_tracking_middleware;