agent-service-toolkit: Easily run your agent on a FastAPI service (template repo) #1288
Replies: 2 comments 2 replies
-
Hello Joshua, |
Beta Was this translation helpful? Give feedback.
-
hey joshua, thank you so much for sharing such an awesome project ! I've been struggling to handle results from a tool call that synthesizes structured data with the with_structured_output() function. I can't figure out a way to stream normal messages, but NOT stream the tool call -- because what good is 'structured data' if it streams to the client interface. It seems like you handled your's pretty well. Any ideas? |
Beta Was this translation helpful? Give feedback.
-
For self host or other use cases where LangGraph Cloud might not be a good fit, I found it was still somewhat painful to stand up a running service on a LangGraph agent. I built a template repo agent-service-toolkit to help alleviate some of this pain and accelerate some of my future projects with LangGraph. Hope it can be a helpful resource for the community too!
https://github.com/JoshuaC215/agent-service-toolkit
Try the running app: https://agent-service-toolkit.streamlit.app/
Beta Was this translation helpful? Give feedback.
All reactions