A sandboxed bash interpreter for AI agents, providing a safe environment to execute shell commands with resource limits and output capture. Version 0.9.0 requires Python >=3.9. Actively maintained, release cadence is periodic.
pip install bashkitNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a sandbox, run a command, capture output and exit code.
Use result.stdout instead of result['stdout'].
Configure limits on BashSandbox instantiation: BashSandbox(cpu_limit=5, memory_limit=512).
Use result.stdout and result.stderr instead of result.output.
No dependency data recorded yet.