Expand description
Bash execution tool — allows agents to execute shell commands.
Mirrors ADK-Python’s ExecuteBashTool. Provides policy-based
command validation and requires user confirmation before execution.
Structs§
- Bash
Tool Policy - Policy for allowed bash commands based on prefix matching.
- Execute
Bash Tool - Tool that executes bash commands with policy-based validation.