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 Bash Tool
Shell execution tool for the Owlen AI agent.
## Overview
This crate enables the agent to execute bash commands in the local environment. It provides both immediate execution and long-running background shell support.
## Features
- **Interactive Shells:** Persist shell state across multiple command invocations.
- **Background Processes:** Run commands in the background and retrieve output later.
- **Security:** Integrated with the permissions system to prevent unauthorized command execution.