Files
owlen/crates/tools/skill/README.md

12 lines
509 B
Markdown

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