agentzero-tools 0.3.0

AgentZero — modular AI-agent runtime and tool framework
Documentation
1
2
3
4
5
6
7
8
9
10
# agentzero-tools

Security-sensitive local tool implementations shared by the runtime:

- `read_file`
- `write_file` (strict mode, default disabled)
- `shell`

This crate owns tool policies and the typed `ToolSecurityPolicy` used by higher layers.
Integrations that require external processes/protocols (for example MCP bridge or plugin process adapters) remain outside this crate.