echo_agent 0.1.2

Production-grade AI Agent framework for Rust — ReAct engine, multi-agent, memory, streaming, MCP, IM channels, workflows
1
2
3
4
5
6
7
/// Filesystem operations skill.
pub mod filesystem;
/// Shell command execution skill.
pub mod shell;

pub use filesystem::FileSystemSkill;
pub use shell::ShellSkill;