Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_send
Function · 0.80
_send_error
Function · 0.80
agent_command
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected