Commit Graph

302 Commits (4d0f01fa8763624f689b83420d7b6b11f58e7e95)
 

Author SHA1 Message Date
Kye beb2a9a8c9 analysis folder
2 years ago
Kye f3fda7a386 clear prompts
2 years ago
Kye 71cbb2e04f prompt reliability
2 years ago
Kye 2dce7e3d04 holding off on tree of thougths prompt for now
2 years ago
Kye e1b5f9bf16 IT WORKS THIS IS INSANE
2 years ago
Kye f3f0454f74 environg
2 years ago
Kye 7bc10648ae example py api
2 years ago
Kye 2cbad5fe32 deleted create task and exceut tasks by accident
2 years ago
Kye 107dde8b55 clean up in init boss mode
2 years ago
Kye b14aee130b clean up for boss node
2 years ago
Kye 9772be0c48 no max iters
2 years ago
Kye 0ad9863705 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
Kye 97af51f136 clean up run swarms
2 years ago
Kye f61232cd98 error handling for bossnode
2 years ago
Kye 7264a5d9f5 no verbose
2 years ago
Kye 9470938eb0 worker tool node
2 years ago
Kye 8e48b2c074 clean up back to old tool logic
2 years ago
Kye 5a8a224df2 new tool style
2 years ago
Kye abfb9a0096 workernode types
2 years ago
Kye 53334f1bdd worker class clean up
2 years ago
Kye 9eade30aa2 clean upg
2 years ago
Kye f63dd2d87c new tool method
2 years ago
Kye eb27ac8762 type valudation for auto ap
2 years ago
Kye e6318c47dd extensive logging for swarms and workernode
2 years ago
Kye 721b289cfd assetions
2 years ago
Kye 3cf1707875 typing
2 years ago
Kye f810988f1b types
2 years ago
Kye 6e3d86f279 The root cause of this error is that the initialize_tools method in the Swarms class is passing an instance of OpenAI to the load_qa_with_sources_chain function, which then passes it to the LLMChain constructor. The LLMChain constructor expects a dictionary for the llm parameter, but it's receiving an instance of OpenAI instead.
2 years ago
Kye a68c53c55d init llm clean up
2 years ago
Kye aefadb1245 openai class for run swarms
2 years ago
Kye 2e4db3fced clean up
2 years ago
Kye e28384e17b chat history
2 years ago
Kye db0ea43909 no omni agent for now
2 years ago
Kye cc6ad042b0 no omni agent for now
2 years ago
Kye 6f832086b9 yaml config
2 years ago
Kye 344e78d757 omni agent clean up config
2 years ago
Kye 35eabd4cfd api clean up
2 years ago
Kye f055f051a3 file error path omni agent
2 years ago
Kye e988ed82f3 re-architecture
2 years ago
Kye a89ec99299 omni agent cleanup
2 years ago
Kye 5c3937339a waittress verison
2 years ago
Kye fe59765481 clean up
2 years ago
Kye 549f2f96d0 omni agent requirements
2 years ago
Kye ad15382a0f clean up in the multi-modal agents foler
2 years ago
Kye 39a5935b8b clean up
2 years ago
Kye 8d124a1203 clean up
2 years ago
Kye 34d5f847e1 no more omni agent
2 years ago
Kye 7a0f8e58c2 block out multi-modal visual agent for now
2 years ago
Kye eba292cd2c clean up
2 years ago
Kye 0b26eadf4b clean up
2 years ago