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

Method reset

src/virtuals_sdk/game/agent.py:13–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 self.function_result: Optional[FunctionResult] = None
12
13 def reset(self):
14 self.id = str(uuid.uuid4())
15 self.function_result = None
16
17
18class WorkerConfig:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected