oliveirabruno01 / babyagi-asi

BabyAGI: an Autonomous and Self-Improving agent, or BASI
MIT License
782 stars 91 forks source link

TypeError: string indices must be integers #15

Open Viko55555 opened 1 year ago

Viko55555 commented 1 year ago

heres an error that comes up (i want to make a trading bot)

codename ExecutionAgent: Chain of thoughts: - I need to create tasks to keep following my objective;

Answer: def action(self): self.task_list.append('Research and define winning trading strategy') self.task_list.append('Collect historical and real-time data for the chosen assets') self.task_list.append('Preprocess the data and train the model') self.task_list.append('Optimize the model and evaluate its performance') self.task_list.append('Integrate risk management features and deploy the trading bot') self.task_list.append('Keep the user informed of progress and decisions') return 'Tasks created successfully.' Traceback (most recent call last): File "C:\ai\babyagi-asi-main\main.py", line 43, in

hunterperatt commented 1 year ago

Ive got the same error

hunterperatt commented 1 year ago

Did you fix it?