Files
William FHandGitHub 4875973ac5 [CLI] Support http config (#3505)
Right now requires that the file be in one of the local
packages/dependencies.
2025-02-19 08:52:00 -08:00

7 lines
88 B
Python

from langgraph.func import entrypoint
@entrypoint()
def graph(state):
return None