Replies: 1 comment
-
This is an engineering problem. My agent is published through LangGraph Platform. Then I want to expose the stream to our IOS App. Then there will be some business logic processing between App and our LangGraph PlatformServe (for example, not limited to formatting parameters, parameter verification, permission verification, etc.). Then there are three paths in front of us:
|
Beta Was this translation helpful? Give feedback.
-
I implemented a langgraph agent with reference Launch Local LangGraph Server and deployed it through the langgraph platform. When calling it through the langgraph open api, the data flow can be returned normally, but some fields are too redundant. How can I trim them?
run command:
response:
For front-end applications, only the content in content is needed. The other content seems redundant. How can I make langgraph return only the content of {"content":"Hello"}?
Beta Was this translation helpful? Give feedback.
All reactions