echo_agent 0.1.4

Production-grade AI Agent framework for Rust — ReAct engine, multi-agent, memory, streaming, MCP, IM channels, workflows
Documentation
1
2
3
4
5
6
//! LLM guard façade
//!
//! The authoritative implementation resides in `echo_core::guard::llm`; this module
//! only keeps the compatibility path for `echo_agent::guard::llm::*`.

pub use echo_core::guard::llm::*;