Module bash_tool

Module bash_tool 

Source
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§

BashToolPolicy
Policy for allowed bash commands based on prefix matching.
ExecuteBashTool
Tool that executes bash commands with policy-based validation.