Replies: 3 comments 2 replies
|
Hi @JackXu0 - does Strands Swarm construct help out here? https://strandsagents.com/latest/documentation/docs/user-guide/concepts/multi-agent/swarm/ |
0 replies
|
Definitely helpful, what I am trying to build is one level up which maybe called dynamic swarm ( see: Kimi k2.5 blog). Two keys differences:
My goal is to train the orchestration agent so it knows how to complete a task better (lower cost, quicker) by dynamically creating and operating swarm. For now, I unblocked myself by creating a separate package built on top of graph. Is this a feature we want to up level to strands-agent as well? |
2 replies
|
(moving to discussion - we can create/update once we have a refined feature/ask) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem Statement
Strands are good at creating agents. Maybe we can extend strands to support agent swarm, where sub-agent will be dynamically spined up, each with its tasks, and can execute in parallel. Similar to what Kimi k2.5 blog describes: https://www.kimi.com/blog/kimi-k2-5.html
Proposed Solution
Attempted to implement one: https://github.com/JackXu0/strands-swarms
Use Case
Dynamically create agent swam. See: https://www.kimi.com/blog/kimi-k2-5.html
Alternatives Solutions
No response
Additional Context
No response
All reactions