sgr-agent-tools 0.4.1

14 reusable file-system tools for sgr-agent based AI agents
Documentation
1
2
3
4
5
6
//! FileBackend trait — re-exported from sgr-agent-core.
//!
//! The canonical definition lives in `sgr-agent-core::backend`.
//! This re-export exists for backwards compatibility.

pub use sgr_agent_core::backend::FileBackend;