MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / send

Method send

src/sandbox_vm/tools/session_management.py:81–83  ·  view source on GitHub ↗
(self, text: str)

Source from the content-addressed store, hash-verified

79 continue
80
81 def send(self, text: str) -> None:
82 with self._lock:
83 self.proc.sendline(text or "")
84
85 def tail(self, lines: int = 200) -> str:
86 with self._lock:

Callers 4

__init__Method · 0.95
_sendFunction · 0.80
_send_errorFunction · 0.80
agent_commandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected