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
I am working on a project that uses HTTP GET and POST requests in communication between frontend and backend.
More specifically, we have a function that calls LangGraph graph app and this function is exposed as API endpoint via Flask. Frontend sends POST request to this endpoint and we pre-process this request in the function, extract fields that we need and pass it to the LangGraph. When our LangGraph processes end, we transform messages from the state and return in JSON format to the frontend. So, everything is done in one go, without streaming or anything. This API endpoint function is the only bridge between frontend and LangGraph.
I justed wanted an information about whether I can use AG-UI with full functionality, e.g. streaming, tool calling information, etc, with this HTTP API structure ?
This discussion was converted from issue #445 on October 01, 2025 15:24.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am working on a project that uses HTTP GET and POST requests in communication between frontend and backend.
More specifically, we have a function that calls LangGraph graph app and this function is exposed as API endpoint via Flask. Frontend sends POST request to this endpoint and we pre-process this request in the function, extract fields that we need and pass it to the LangGraph. When our LangGraph processes end, we transform messages from the state and return in JSON format to the frontend. So, everything is done in one go, without streaming or anything. This API endpoint function is the only bridge between frontend and LangGraph.
I justed wanted an information about whether I can use AG-UI with full functionality, e.g. streaming, tool calling information, etc, with this HTTP API structure ?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions