Sisyphus agent recreated in LangChain to figure out how it works and how to use it

This commit is contained in:
2026-04-15 12:47:38 -06:00
parent c6c10b5e24
commit 139b5cc57e
14 changed files with 1745 additions and 0 deletions
@@ -0,0 +1,5 @@
"""Sisyphus multi-agent orchestrator — a LangGraph recreation of Loki's Sisyphus agent."""
from sisyphus_langchain.graph import build_graph
__all__ = ["build_graph"]