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
Hi All,
Maybe you can help me.
I'm using langchain supervisor and react agents to create simple agent architecture like on this image:
I'm using create_react_agent to create both child agents and create_supervisor for parent.
Child agents have response_format set up and the question is how to pass structured_output
from one agent as input to another and from child agent to supervisor.
Is it possible at all ?
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
-
Hi All,
Maybe you can help me.
I'm using langchain supervisor and react agents to create simple agent architecture like on this image:
I'm using
create_react_agent
to create both child agents andcreate_supervisor
for parent.Child agents have response_format set up and the question is how to pass structured_output
from one agent as input to another and from child agent to supervisor.
Is it possible at all ?
Beta Was this translation helpful? Give feedback.
All reactions