Question about cyclical graphs #1

Open
opened 2026-02-16 05:17:17 -05:00 by yindo · 0 comments
Owner

Originally created by @gabrieljbaker on GitHub (May 27, 2024).

@hwchase17 this project looks incredibly interesting and in many ways I think might be what we’ve been looking for.

At a high level, we want to use serverless architecture for most of the api in our app but we are finding that for langgraph most serverless architecture out there doesn’t make sense because our langgraphs go in a cyclical, endless loop. Most serverless stuff is sort of in and out, stateless events.

Am I understanding this right that this gives an environment where langgraphs running in a loop will just be able to…. keep running?

Originally created by @gabrieljbaker on GitHub (May 27, 2024). @hwchase17 this project looks incredibly interesting and in many ways I think might be what we’ve been looking for. At a high level, we want to use serverless architecture for most of the api in our app but we are finding that for langgraph most serverless architecture out there doesn’t make sense because our langgraphs go in a cyclical, endless loop. Most serverless stuff is sort of in and out, stateless events. Am I understanding this right that this gives an environment where langgraphs running in a loop will just be able to…. keep running?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph-example#1