langchain-ai / langgraph-studio

Desktop app for prototyping and debugging LangGraph applications locally.
https://github.com/langchain-ai/langgraph-studio
1.47k stars 95 forks source link

Interrupts are not rendered in the studio #70

Closed hwchase17 closed 1 week ago

hwchase17 commented 1 month ago

This makes it hard to know which ones to modify. We also have some logic that uses any interrupts in the playground if present. however, if i have a graph with an interrupt, then i add another in the playground, it actually does not use the first one (since we just use ones in the playground).

dqbd commented 1 week ago

Fixed in 0.0.20