SurfSense/surfsense_backend/app/agents/podcaster/__init__.py

8 lines
112 B
Python

"""New LangGraph Agent.
This module defines a custom graph.
"""
from .graph import graph
__all__ = ["graph"]