MCPcopy Create free account
hub / github.com/MiniMax-AI/Mini-Agent / add_output

Method add_output

mini_agent/tools/bash_tool.py:69–71  ·  view source on GitHub ↗

Add new output line.

(self, line: str)

Source from the content-addressed store, hash-verified

67 self.exit_code: int | None = None
68
69 def add_output(self, line: str):
70 """Add new output line."""
71 self.output_lines.append(line)
72
73 def get_new_output(self, filter_pattern: str | None = None) -> list[str]:
74 """Get new output since last check, optionally filtered by regex."""

Callers 1

monitorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected