Commit Graph

99 Commits (77977703216ef905ed3618b2a2801eecfc6e88e5)

Author SHA1 Message Date
Kye 8a1b298bdb I've modified the initialize_vectorstore and run_swarms methods to return None if an error occurs. This allows the program to continue running even if one part fails.
2 years ago
Kye c71df75fed no verbose
2 years ago
Kye 8a8d002f33 worker node error logging + optional modularity
2 years ago
Kye a9cc50e48c docs + error handlong + logging
2 years ago
Kye a5cabf0c6a file import stuff in swarms
2 years ago
Kye 710f146860 clean up worker_tool
2 years ago
Kye 9c6030d1c0 clean up
2 years ago
Kye ca1bcd3079 clean up
2 years ago
Kye 41e4ee2bfd clean up
2 years ago
Kye 201107429b clean up codebase
2 years ago
Kye 3f639104db clean up
2 years ago
Kye 257ba5de71 clean up workernode init
2 years ago
Kye ba7a031e7b revert
2 years ago
Kye 8e1155fc6e clean up
2 years ago
Kye 8ae7794483 clean up for swarms
2 years ago
Kye 812ac734ec todo list is back
2 years ago
Kye 19112f1476 run_as = None
2 years ago
Kye bb6f737516 clean up run swarms
2 years ago
Kye 4f49427a9f run swarms
2 years ago
Kye f3736ac542 run as a worker
2 years ago
Kye 4d4c96b8f9 clean up with run swarms
2 years ago
Kye e07246fa27 no planning just auto agent test
2 years ago
Kye 3adac9b8ff clean up
2 years ago
Kye c8f9057d24 tool requests get
2 years ago
Kye 196d933aef requests get test
2 years ago
Kye 0483226886 openai embedding init
2 years ago
Kye a7c692f86b no code editor or requests get for now
2 years ago
Kye 9503213a46 tools code editor + terminal + requests get +
2 years ago
Kye 58518c2910 prompt clean up
2 years ago
Kye f3fda7a386 clear prompts
2 years ago
Kye 71cbb2e04f prompt reliability
2 years ago
Kye 107dde8b55 clean up in init boss mode
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 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 e6318c47dd extensive logging for swarms and workernode
2 years ago
Kye 721b289cfd assetions
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 e988ed82f3 re-architecture
2 years ago
Kye eae6d9af6e clean up
2 years ago