Files
langgraph/libs/cli/examples/graphs_reqs_b/hello.py

5 lines
87 B
Python

from graphs_submod.agent import graph # noqa
from utils.greeter import greet
greet()