docs(tools): Add README.md for all tool crates
This commit is contained in:
11
crates/tools/skill/README.md
Normal file
11
crates/tools/skill/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Owlen Skill Tool
|
||||
|
||||
Custom skill management for the Owlen AI agent.
|
||||
|
||||
## Overview
|
||||
This crate allows extending the agent's capabilities with "skills" - encapsulated sets of instructions or domain-specific knowledge that can be injected into the agent's context.
|
||||
|
||||
## Features
|
||||
- **Skill Discovery:** Dynamically load skills from the local environment.
|
||||
- **Context Injection:** Efficiently add skill-related information to the system prompt.
|
||||
- **Extensibility:** Simple interface for defining new agent behaviors.
|
||||
Reference in New Issue
Block a user