This tool provides an agent with enhanced control over long-running bash commands, such as builds, tests, or server processes. By replacing traditional fixed-timeout bash executions, it enables agents to monitor command progress incrementally, run multiple commands in parallel, and make informed decisions based on real-time partial output. This leads to faster task completion, more efficient resource utilization, and improved agent responsiveness, especially beneficial for operations that often exceed conventional timeout limits.
主要功能
01Run multiple commands in parallel
02Monitor command progress incrementally without fixed timeouts
03Access real-time stdout and stderr output
04List and poll the status of spawned processes
05Spawn bash commands asynchronously
060 GitHub stars