mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-22 01:25:06 +02:00
- The first message published to OUT ends the computation - .invoke() returns a single value or None - .stream() returns iterator of log entries, including the final OUT entry, if any - Remove .peek() method