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

12 lines
517 B
Markdown

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