Shell
Shell command execution tool.
Usage
Option 1: Import directly
main.py
Option 2: Copy and customize
code
main.py
Installation
main.py
Want to customize? Run co copy shell to get an editable copy.
API
run(command)
Execute a shell command, returns output.
main.py
run_in_dir(command, directory)
Execute command in a specific directory.
main.py
Use with Agent
main.py
Common Use Cases
main.py
Customizing
Need to modify Shell's behavior? Copy the source to your project:
code
Then import from your local copy:
main.py
ConnectOnion