mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
* PregelLoop: Simplify tick() method - Split out superstep finish into separate after_tick() method - Handle input in __enter__ - Remove unnecessary recursive shortcut - Remove input sentinel objects * Lint