Expand description
Implementation of the BashCommand tool with WCGW parity.
This module provides the implementation for the BashCommand tool, which is used
to execute shell commands, check command status, and interact with the shell.
Matches the behavior of wcgw Python implementation 1:1.
Structs§
- Background
Shell Manager - Manages background shell sessions - matches WCGW Python’s
background_shellsdict
Functions§
- handle_
tool_ call - Handles the
BashCommandtool call with WCGW parity