//! General-purpose agent runtime with tool calling and transport abstraction.
//!//! Provides the foundation for building specialized agents with pluggable
//! tool systems and communication transports.
pubmodstate;pubmodtool;pubmodtransport;pubusestate::AgentState;pubusetool::{Error, Tool};pubusetransport::Transport;