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
In a multi-agent setup using agentflow, the workers rely solely on chat history and do not access Supervisor instructions.
To Reproduce
Refer to the attached agentflow, which consists of a simple multi-agent system: one worker (dishes_browser_agent) displays dishes, while another (make_order_agent) handles orders.
Expected behavior
When a user enters a query such as "I want something Jamaican/Canadian/etc.," the Supervisor directs the dishes_browser worker, which generates three relevant dishes.
For a specific case:
If the user input is "I want something Italian," it should be interpreted as a request for Japanese dishes. The Supervisor’s instruction correctly specifies "Retrieve Japanese dishes ...," but the dishes_browser worker outputs Italian dishes instead. It seems that Supervisor instructions are not accessible to the workers.
Describe the bug
In a multi-agent setup using agentflow, the workers rely solely on chat history and do not access Supervisor instructions.
To Reproduce
Refer to the attached agentflow, which consists of a simple multi-agent system: one worker (dishes_browser_agent) displays dishes, while another (make_order_agent) handles orders.
Expected behavior
When a user enters a query such as "I want something Jamaican/Canadian/etc.," the Supervisor directs the dishes_browser worker, which generates three relevant dishes.
For a specific case:
If the user input is "I want something Italian," it should be interpreted as a request for Japanese dishes. The Supervisor’s instruction correctly specifies "Retrieve Japanese dishes ...," but the dishes_browser worker outputs Italian dishes instead. It seems that Supervisor instructions are not accessible to the workers.
Screenshots
Ordinary flow:
Special case with "I want something Italian."
Flow
Refer to the attached agentflow.
Setup
I would appreciate any support. Thanks!
simple-multi-agent Agents.json
The text was updated successfully, but these errors were encountered: