MCPcopy Create free account
hub / github.com/deepclause/agentvm / __init__

Method __init__

example/vercel_agent.py:15–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13
14class AgentVMClient:
15 def __init__(self):
16 # Path to bridge script relative to this file
17 self.bridge_path = os.path.join(os.path.dirname(__file__), 'agent_bridge.js')
18 self.process = None
19
20 def start(self):
21 print("Booting VM...", file=sys.stderr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected