echo_agent 0.1.1

AI Agent framework with ReAct loop, multi-provider LLM, tool execution, and A2A HTTP server
1
2
3
4
5
6
//! Rule guard façade
//!
//! 权威实现位于 `echo_core::guard::rule`;此模块仅保留
//! `echo_agent::guard::rule::*` 的兼容路径。

pub use echo_core::guard::rule::*;