agentool 0.2.0

Rust toolkit for AI agents: JSON Schema-defined tools for workspace files, search, web, Markdown, Git, memory, human-in-the-loop hooks, and todos.
Documentation
1
2
3
4
5
//! 内置 [`InteractBackend`](crate::interact::InteractBackend) 实现。

mod stub;

pub use stub::StubInteractBackend;