Log in
Log into community
Find answers from the community
View all posts
Related posts
Was this helpful?
π
π
π
Powered by
Hall
Active
Updated 2 weeks ago
0
Follow
Workflow
Workflow
Active
0
Follow
l
llm_dev
2 weeks ago
Β·
question on AgentWorkflow -> how can i handle parallel agent calls ? like @step(num_workers=3)
L
l
5 comments
Share
Open in Discord
L
Logan M
2 weeks ago
There isn't really a concept of parallel agent calls (one agent is active at a given time)
Tool calls, if async, and the agent predicts multiple, are always run in parallel though
l
llm_dev
2 weeks ago
Thx @Logan M appreciate it. So then I assume I should still use workflow for parallelization
l
llm_dev
2 weeks ago
probably as a superset
L
Logan M
2 weeks ago
yea, you could definitely nest that way
l
llm_dev
2 weeks ago
awesome thx. Have a great day.
Add a reply
Sign up and join the conversation on Discord
Join on Discord