Remove PregelNode dependency on Runnable #721

Closed
opened 2026-02-20 17:41:26 -05:00 by yindo · 1 comment
Owner

Originally created by @sydney-runkle on GitHub (Jun 13, 2025).

Originally assigned to: @sydney-runkle on GitHub.

More broadly, investigate how we can move away from the Runnable protocol and instead use a more simple protocol with methods invoke/ainvoke, stream/astream only relevant to langgraph ops

Originally created by @sydney-runkle on GitHub (Jun 13, 2025). Originally assigned to: @sydney-runkle on GitHub. More broadly, investigate how we can move away from the `Runnable` protocol and instead use a more simple protocol with methods `invoke/ainvoke`, `stream/astream` only relevant to langgraph ops
yindo added the maintainerchange labels 2026-02-20 17:41:26 -05:00
yindo closed this issue 2026-02-20 17:41:26 -05:00
Author
Owner

@sydney-runkle commented on GitHub (Jun 24, 2025):

This is done, leaving https://github.com/langchain-ai/langgraph/issues/5025 open to track other departures from Runnable.

@sydney-runkle commented on GitHub (Jun 24, 2025): This is done, leaving https://github.com/langchain-ai/langgraph/issues/5025 open to track other departures from `Runnable`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#721