Agent Swarm Experiments #198
BrianP8701
started this conversation in
Ideas & Thoughts
Replies: 2 comments 1 reply
-
its definitely a mess rn so dont bother looking. Im hacking shit together for now. My current workflow loop is:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you run into issues with rate limits yet? A problem I'm realizing exists right now is that API calls exponentially increase at each level, so it seems very likely a HAAS swarm will get limited before it becomes big enough to be useful. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Guys I've went off to work in my own repo. i find that everyone has similar ideas, but is implementing in various ways and its hard for me to wrap my head around the organization of this repo. Im working on my own agent swarm implementation here:
https://github.com/BrianP8701/Agent_Swarm_Experiments
I'll post updates here as i make progress. maybe if i do something good I can bring it over to this repo.
The main idea is breaking tasks into small enough pieces that it is manageable.
Beta Was this translation helpful? Give feedback.
All reactions