finsight / graph /__init__.py
Maggei's picture
Week3: LangGraph parallel orchestration + per-agent model routing
33b5bb9
Raw
History Blame Contribute Delete
126 Bytes
"""LangGraph 编排层。"""
from .workflow import GRAPH, analyze, build_graph
__all__ = ["GRAPH", "analyze", "build_graph"]