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