langchain-ai / langgraph-example

196 stars 175 forks source link

Question about cyclical graphs #4

Open gabrieljbaker opened 4 months ago

gabrieljbaker commented 4 months ago

@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?