File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ def loop(self):
192
192
try :
193
193
# REPLENISH INPUTS
194
194
# TODO: Add more inputs to complexify agent behavior
195
- ''' if "timeline_tweets" not in self.state or self.state["timeline_tweets"] is None or len(self.state["timeline_tweets"]) == 0:
195
+ if "timeline_tweets" not in self .state or self .state ["timeline_tweets" ] is None or len (self .state ["timeline_tweets" ]) == 0 :
196
196
if (self .has_twitter_tasks ):
197
197
logger .info ("\n 👀 READING TIMELINE" )
198
198
self .state ["timeline_tweets" ] = self .connection_manager .perform_action (
@@ -208,7 +208,7 @@ def loop(self):
208
208
connection_name = "echochambers" ,
209
209
action_name = "get-room-info" ,
210
210
params = {}
211
- )'''
211
+ )
212
212
213
213
# CHOOSE AN ACTION
214
214
# TODO: Add agentic action selection
You can’t perform that action at this time.
0 commit comments