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

12 lines
504 B
Markdown

# Owlen Slash Command Tool
Slash command support for the Owlen AI agent.
## Overview
This crate enables the use of "slash commands" (e.g., `/help`, `/compact`) within the agent's chat interface. It provides a way to execute meta-commands that aren't strictly LLM tool calls.
## Features
- **Command Parsing:** Robust parsing of slash commands and their arguments.
- **Dynamic Dispatch:** Route commands to their respective handlers.
- **Built-in Commands:** Support for common agent management tasks.