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

9 lines
112 B
Python
Raw Normal View History

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