running AI Agents in parallel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi, is there a method to make AI agents execute in parallel instead of sequentially? I've seen in one OOTB this can be enforced via instructions to LLM, but it's not working in my environment. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @Appli I don’t think there’s any out-of-the-box configuration available right now that allows parallel execution of agents for the same application use case.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi, thanks!
This is what I see in one of OOTB AI Agent' role: "The process for extracting the metadata information is async, hence you need not wait for its completion."
My assumption would be - passing the similar statement to AI Workflow while calling one of its AI Agents would do the trick but seems not...
