skill-tools 0.2.1

Tools and capability execution for the Skill Agent framework
Documentation
1
2
3
4
5
6
7
8
9
# skill-tools

Tool abstraction layer for the [Skill Agent](https://github.com/clebermasters/faster-agent-rs) framework.

Provides the `ToolRegistry`, `ToolBox` enum, and built-in tools: `bash`, `read`, `write`, and `run_skill` (executes any skill by ID).

## Part of the Skill Agent workspace

See the [main repository](https://github.com/clebermasters/faster-agent-rs) for full documentation.