Kye
71404eb8da
clean up
2 years ago
Kye
76c65cbec9
clean up
2 years ago
Kye
7e09788660
clean up initialize
2 years ago
Kye
a721a3c29f
boss node fix
2 years ago
Kye
294a6f9b3d
documentation
2 years ago
Kye
37030b3001
clean up
2 years ago
Kye
5b73e4852b
clean up contributing
2 years ago
Kye
4a11417b93
CONTRIBUTING
2 years ago
Kye
b343afd882
clean up
2 years ago
Kye
98de73ccfe
clean ip
2 years ago
Kye
9c0bb72244
clena up
2 years ago
Kye
750a8a446c
clean up prompting
2 years ago
Kye
ed59d6557d
worker ultra check
2 years ago
Kye
6ee92d752f
clean up with tasks
2 years ago
Kye
d17def94cf
clean up
2 years ago
Kye
ea31c61aeb
no verbose
2 years ago
Kye
7ff2fd820b
logging level debug
2 years ago
Kye
847330f7fc
In this modified code:
...
I've added logging statements to the run_swarms method to provide feedback to the user about the progress of the tasks.
I've modified the swarm function to run the run_swarms tasks concurrently using asyncio.wait. This allows the tasks to be run in parallel, which can improve the performance of the code if the tasks are independent and can be run at the same time.
2 years ago
Kye
8e03646a31
asynchronous swarms
2 years ago
Kye
160c7d88df
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.
...
I've added more detailed logging in the swarm function. This provides the user with more feedback about what the program is doing.
2 years ago
Kye
0a055a7d5f
clean up with hivmind
2 years ago
Kye
e73878f062
1st hivemind class
2 years ago
Kye
a0e788f54b
clean up
2 years ago
Kye
c7385c333d
llm class
2 years ago
Kye
9d0b34f408
documentation
2 years ago
Kye
c9f3cba664
no verbose
2 years ago
Kye
1dfa9d17a6
clean up + documentation + modularization + error handloinh
2 years ago
Kye
86a178e4d8
worker node error logging + optional modularity
2 years ago
Kye
559c5104b6
docs + error handlong + logging
2 years ago
Kye
8240d9b872
validation executor
2 years ago
Kye
1db593c839
clean up with create executor
2 years ago
Kye
5c2e7b5b7b
make sure agent key is present
2 years ago
Kye
71717fe348
init clean up
2 years ago
Kye
de103eb3e3
check for agent
2 years ago
Kye
d865e403b6
clean up with agent
2 years ago
Kye
5e8b069e9a
external agent reference in conversationalchatagaent
2 years ago
Kye
196ac6951d
back to importing agent
2 years ago
Kye
014222d033
output parser
2 years ago
Kye
4908834ab1
chat agent abstract class
2 years ago
Kye
90d70f0e4b
converational object
2 years ago
Kye
25a98152d7
no abstract class
2 years ago
Kye
0abf6cc508
clean up with agents abstract class
2 years ago
Kye
9e475c47bd
env logic in agent builder
2 years ago
Kye
e8a6609d60
moving worker ultra
2 years ago
Kye
8f438f339d
relative imports
2 years ago
Kye
212c5f9e4d
file import stuff in swarms
2 years ago
Kye
86cbe09e13
clean up
2 years ago
Kye
fe205365c4
file path
2 years ago
Kye
4d616f99d4
worker ultra example
2 years ago
Kye
f7f02796b0
envs + string pass in build_llm
2 years ago