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
1
2
3
4
//! Configuration utilities (TOML, TOON).

pub mod toml_config;
pub mod toon_config;