Commit Graph

108 Commits (1ef402663013f4544498ecf91ddef825cbbd60f0)

Author SHA1 Message Date
Kye e632328f4f clean up
2 years ago
Kye 17a19e1c6d app
2 years ago
Kye 64809a50bf clean up
2 years ago
Kye ba2daed30b clean up prompting
2 years ago
Kye c794e60fea clean up with tasks
2 years ago
Kye 7c09186783 clean up
2 years ago
Kye 12e6fb218c logging level debug
2 years ago
Kye 0e83df02a4 In this modified code:
2 years ago
Kye 04cc6b85f7 asynchronous swarms
2 years ago
Kye b9fb4667fd 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 bffeff78c9 no verbose
2 years ago
Kye a59d6499d1 worker node error logging + optional modularity
2 years ago
Kye 448d439a99 docs + error handlong + logging
2 years ago
Kye 575943b7e3 file import stuff in swarms
2 years ago
Kye e5e754960d clean up worker_tool
2 years ago
Kye 5fc94c2909 clean up
2 years ago
Kye d2cfa72416 clean up
2 years ago
Kye 3ba2331c40 clean up
2 years ago
Kye f4475fb26c clean up codebase
2 years ago
Kye 11b22d1872 clean up
2 years ago
Kye ee421d1049 clean up workernode init
2 years ago
Kye 201fab7833 revert
2 years ago
Kye 590c41ca07 clean up
2 years ago
Kye ee9a952ed1 clean up for swarms
2 years ago
Kye d41e92929a todo list is back
2 years ago
Kye eeeee967f8 run_as = None
2 years ago
Kye 32fd4cdb62 clean up run swarms
2 years ago
Kye 9f28762a64 run swarms
2 years ago
Kye 3324310eaf run as a worker
2 years ago
Kye 44032293de clean up with run swarms
2 years ago
Kye 8e15fa0140 no planning just auto agent test
2 years ago
Kye b9d3fbf08e clean up
2 years ago
Kye a76b768533 tool requests get
2 years ago
Kye c1d6ec7543 requests get test
2 years ago
Kye b30248de66 openai embedding init
2 years ago
Kye 4101f92f17 no code editor or requests get for now
2 years ago
Kye 46efa001cb tools code editor + terminal + requests get +
2 years ago
Kye c5f62ec276 prompt clean up
2 years ago
Kye c7c8bb2cfd clear prompts
2 years ago
Kye 4b1ee86aa7 prompt reliability
2 years ago
Kye 46624904a7 clean up in init boss mode
2 years ago
Kye 3cf1ff8206 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 059ca8367e clean up run swarms
2 years ago
Kye efc213eb3f no verbose
2 years ago
Kye 1c757d119d worker tool node
2 years ago
Kye c5dd1da5a2 clean up back to old tool logic
2 years ago
Kye 6b3fba50ea new tool style
2 years ago
Kye f657a2e921 extensive logging for swarms and workernode
2 years ago
Kye 0ecfd58707 assetions
2 years ago
Kye 4f79c604e8 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 08852720dd init llm clean up
2 years ago
Kye 76094e5fd7 openai class for run swarms
2 years ago
Kye 76281a0aa0 clean up
2 years ago
Kye e0d3249506 chat history
2 years ago
Kye f018b344d8 no omni agent for now
2 years ago
Kye 1784e119a1 no omni agent for now
2 years ago
Kye 7a46f81566 re-architecture
2 years ago
Kye 4264c31517 clean up
2 years ago