6 lines
170 B
Python
6 lines
170 B
Python
"""Sisyphus multi-agent orchestrator — a LangGraph recreation of Loki's Sisyphus agent."""
|
|
|
|
from sisyphus_langchain.graph import build_graph
|
|
|
|
__all__ = ["build_graph"]
|