docs(tools): Add README.md for all tool crates

This commit is contained in:
2025-12-26 18:31:58 +01:00
parent 2273817f5f
commit a764fd6b75
10 changed files with 111 additions and 0 deletions

View 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.