docs(tools): Add README.md for all tool crates
This commit is contained in:
11
crates/tools/bash/README.md
Normal file
11
crates/tools/bash/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user