mentra 0.6.0

An agent runtime for tool-using LLM applications
Documentation
1
2
3
4
5
6
7
#[path = "builtin/read_only.rs"]
mod read_only;
#[path = "builtin/shell.rs"]
mod shell;

pub use read_only::{CheckBackgroundTool, LoadSkillTool};
pub use shell::{BackgroundRunTool, ShellTool};