//! xz-agent: Agent engine abstraction layer.
//!
//! This crate defines the core abstractions for the xiao-zhu ecosystem's
//! agent engine framework.
/// Error types for the agent engine.
/// Core trait definitions.
/// Shared type definitions.
/// Core engine loop implementation.