MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / add_task

Method add_task

bmtools/agent/BabyagiTools.py:158–159  ·  view source on GitHub ↗
(self, task: Dict)

Source from the content-addressed store, hash-verified

156 arbitrary_types_allowed = True
157
158 def add_task(self, task: Dict):
159 self.task_list.append(task)
160
161 def print_task_list(self):
162 print("\033[95m\033[1m" + "\n*****TASK LIST*****\n" + "\033[0m\033[0m")

Callers 1

_callMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected