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

pub mod mocks;