Files
letta-code/src/tools/descriptions/BashOutput.md
2025-10-24 21:19:24 -07:00

455 B

BashOutput

  • Retrieves output from a running or completed background bash shell
  • Takes a bash_id parameter identifying the shell
  • Always returns only new output since the last check
  • Returns stdout and stderr output along with shell status
  • Supports optional regex filtering to show only lines matching a pattern
  • Use this tool when you need to monitor or check the output of a long-running shell
  • Shell IDs can be found using the /bashes command