Skip to main content

Module bash_command

Module bash_command 

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

BackgroundShellManager
Manages background shell sessions - matches WCGW Python’s background_shells dict

Functions§

handle_tool_call
Handles the BashCommand tool call with WCGW parity