mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
9 lines
112 B
Python
9 lines
112 B
Python
|
|
"""New LangGraph Agent.
|
||
|
|
|
||
|
|
This module defines a custom graph.
|
||
|
|
"""
|
||
|
|
|
||
|
|
from .graph import graph
|
||
|
|
|
||
|
|
__all__ = ["graph"]
|