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
6
//! Common test utilities and mock implementations.
//!
//! This module provides shared test infrastructure to avoid duplication across test files.

pub mod mocks;
pub mod test_db;