mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 18:49:09 +00:00
8 lines
112 B
Python
8 lines
112 B
Python
"""New LangGraph Agent.
|
|
|
|
This module defines a custom graph.
|
|
"""
|
|
|
|
from .graph import graph
|
|
|
|
__all__ = ["graph"]
|