// SPDX-License-Identifier: MIT
//! # wasm-agent
//!
//! ReAct agent loop for WASM/edge environments.
//!
//! Implements the Thought-Action-Observation cycle with a synchronous,
//! WASM-compatible tool dispatch system. All logic compiles and tests on
//! the host target; WASM-specific bindings are gated behind
//! `#[cfg(target_arch = "wasm32")]`.
pub use AgentError;
pub use ;
pub use ;
pub use ;