ares-server 0.10.1

ARES agent server with multi-provider LLM support, tool calling, RAG, and MCP integration
Documentation
1
2
3
4
5
6
7
//! Common test utilities and mock implementations.
//!
//! This module provides shared test infrastructure to avoid duplication across test files.

pub mod mocks;
#[allow(dead_code)] // Shared DB harness: only the DB-backed test binaries call it; every binary compiles it via `mod common`.
pub mod test_db;