DreamsHunter's picture
Initial commit
cdc87cb
Raw
History Blame Contribute Delete
148 Bytes
"""LangGraph-based agentic workflow for the ERP procurement assistant."""
from src.graph.graph import compiled_graph
__all__ = ["compiled_graph"]