MCPcopy Create free account
hub / github.com/Virtual-Protocol/virtuals-python / reset

Method reset

src/virtuals_sdk/game/agent.py:115–117  ·  view source on GitHub ↗

Reset the agent session

(self)

Source from the content-addressed store, hash-verified

113 return self._map_id
114
115 def reset(self):
116 """ Reset the agent session"""
117 self._session.reset()
118
119 def add_worker(self, worker_config: WorkerConfig):
120 """Add worker to worker dict for the agent"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected