You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, at runtime, depending on the users query, I would like anywhere from 1-5 sub-agents to be spawned (depending on user query complexity) to perform various tasks (in parallel). What would be the best way to accomplish this with strands?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to understand the proper way to set up a map-reduce graph framework in Strands. I am used to using the
Sendapi fromlanggraph(see https://docs.langchain.com/oss/python/langgraph/graph-api#send for reference).Basically, at runtime, depending on the users query, I would like anywhere from 1-5 sub-agents to be spawned (depending on user query complexity) to perform various tasks (in parallel). What would be the best way to accomplish this with
strands?Beta Was this translation helpful? Give feedback.
All reactions