langchain-ai / langgraph-studio

Desktop app for prototyping and debugging LangGraph applications locally.
https://studio.langchain.com
1.99k stars 131 forks source link

studio doesnt show nodes that dont return an update #52

Closed hwchase17 closed 3 months ago

hwchase17 commented 3 months ago

even if a node does not return anything, it is still helpful to know that it ran, and we should show it (and support reruning, etc

nfcampos commented 3 months ago

Fixed in https://github.com/langchain-ai/langgraph/pull/1265