skill-core 0.2.1

Autonomous skill discovery agent with LLM tool chaining, powered by Rust.
Documentation
1
2
3
4
5
6
7
8
9
# skill-core

Core data types and configuration for the [Skill Agent](https://github.com/clebermasters/faster-agent-rs) framework.

Defines the fundamental types shared across all crates: `Skill`, `SkillResource`, `SkillQuery`, `SkillResult`, `Config`, and more.

## Part of the Skill Agent workspace

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