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

Method __init__

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

Source from the content-addressed store, hash-verified

7
8class Session:
9 def __init__(self):
10 self.id = str(uuid.uuid4())
11 self.function_result: Optional[FunctionResult] = None
12
13 def reset(self):
14 self.id = str(uuid.uuid4())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected