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

Method set_goal

src/virtuals_sdk/twitter_agent/agent.py:176–178  ·  view source on GitHub ↗
(self, goal: str)

Source from the content-addressed store, hash-verified

174 self.reaction_heartbeat = reaction_heartbeat
175
176 def set_goal(self, goal: str):
177 self.goal = goal
178 return True
179
180 def set_description(self, description: str):
181 self.description = description

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected