Overview
Shell tool allows you to execute shell commands from your AI agents. Use with caution!Installation
Quick Start
Usage with Agent
Available Methods
execute(command)
Execute a shell command.Security Warning
⚠️ Use with caution! Shell commands can be dangerous. Consider:- Restricting allowed commands
- Running in sandboxed environments
- Validating user input
Common Errors
| Error | Cause | Solution |
|---|---|---|
Command not found | Invalid command | Check command exists |
Permission denied | Insufficient permissions | Check file permissions |

