Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Virtual-Protocol/virtuals-python
/ get_goal
Method
get_goal
src/virtuals_sdk/twitter_agent/agent.py:196–197 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
194
return
True
195
196
def
get_goal(self) -> str:
197
return
self.goal
198
199
def
get_description(self) -> str:
200
return
self.description
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected