// src/agent.rs
//! The core Agent domain, managing configurations, history, tools, and execution pipelines.
/// Core agent entities, builders, and memory states.
/// Execution pipelines for chat and tool interactions.
/// Output streaming post-processors and formatters.
/// Tool registries, dynamic invocation managers, and parsers.
pub use ;