mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 22:52:29 +02:00
Right now requires that the file be in one of the local packages/dependencies.
7 lines
88 B
Python
7 lines
88 B
Python
from langgraph.func import entrypoint
|
|
|
|
|
|
@entrypoint()
|
|
def graph(state):
|
|
return None
|