mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-24 02:25:07 +02:00
Rename
This commit is contained in:
@@ -6,9 +6,9 @@ from langchain_core.documents import Document
|
||||
from langchain_core.runnables import RunnableLambda, RunnablePassthrough
|
||||
from langchain_core.utils.html import extract_sub_links
|
||||
|
||||
from permchain import Channel, Pregel
|
||||
from permchain.channels.context import Context
|
||||
from permchain.channels.topic import Topic
|
||||
from langgraph.channels.context import Context
|
||||
from langgraph.channels.topic import Topic
|
||||
from langgraph.pregel import Channel, Pregel
|
||||
|
||||
# Load url with sync httpx client
|
||||
|
||||
|
||||
Reference in New Issue
Block a user