You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/swarms
Kye 54cfdb2f05
no max iters
2 years ago
..
agents no max iters 2 years ago
prompts clean up 2 years ago
tools clean up 2 years ago
utils omni agent cleanup 2 years ago
__init__.py clean up 2 years ago
swarms.py In this updated code, I've removed the verbose parameter from BossNode and BabyAGI.from_llm as it's not mentioned in the BabyAGI setup code you shared. I've also removed the assert isinstance(llm, dict) check, as llm is expected to be an instance of OpenAI or a similar class, not a dictionary. 2 years ago