//! Eli: a hook-first AI agent framework.
//!
//! This crate provides the core framework runtime, hook specifications,
//! envelope utilities, and shared types for building Eli-based applications.
// Re-export key types at the crate root for convenience.
pub use EliFramework;
pub use ;
pub use ;