Issue with Multi agent supervisor based agentic framework
I have three agents in my multi agent framework (code attached) Supervisor : This is the main controller "Genie": #this is a genai agent "Coder": #this is a re-act agent created on the fly "Weather": #this is an exis...
- 3840 Views
- 1 replies
- 0 kudos
Latest Reply
Your multi-agent framework has several issues affecting agent iteration control and error handling. Here’s a lined explanation and practical suggestions for each problem: Agents not stopping at one iteration Agents consistently reaching the max iter...
- 0 kudos