Replies: 2 comments
-
|
@moonbox3 can you have a look? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Created an issue (#6981) to better track this. Please follow along there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to figure out how to interact with a multi-agent workflow that is served with AG-UI. My server code is shown below which is based on the example in the Agent Framework docs.
My client code is shown next. It connects to the AG-UI server which I'm running locally on port 8000. This client code works fine when I serve a single agent and I can send several user messages in the same session without problems. But I'm having issues when the server is for a workflow.
This works for the initial user message (prompt) but subsequent messages fail on the server. The error given below is from the server after the second message is sent.
I can't find much information in the Agent Framework docs regarding the client side code for multi-agent workflows. How am I supposed to interact with an AG-UI workflow server? Does the client code need to use an ID or something else to connect with the workflow? This was fairly straightforward with a single agent but seems to be more involved with workflows.
Beta Was this translation helpful? Give feedback.
All reactions