//! Council of Experts — multi-agent debate orchestration.
//!
//! A council coordinates a structured multi-round debate across N expert
//! agents on the network and produces a synthesized final answer. Agents
//! may be llama-rs servers reached via gRPC or any OpenAI-compatible
//! HTTP endpoint reached via the fallback adapter.
pub use ;