Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Virtual-Protocol/virtuals-python
/ run
Method
run
src/virtuals_sdk/game/agent.py:245–248 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
243
self._session.function_result, self.agent_state)
244
245
def
run(self):
246
self._session = Session()
247
while
True:
248
self.step()
Callers
2
test_agent.py
File · 0.45
test_worker.py
File · 0.45
Calls
2
step
Method · 0.95
Session
Class · 0.85
Tested by
no test coverage detected