agent-orchestration-demo

bganguly/agent-orchestration-demo
★ 0 stars TypeScript AI/LLM Updated 3d ago
LangGraph state machine with parallel researchers and synthesizers — every step streamed as SSE. MCP server over stdio for Claude Desktop and Claude Code. FastAPI + React on GCP.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-orchestration-": {
      "command": "npx",
      "args": [
        "-y",
        "bganguly/agent-orchestration-demo"
      ]
    }
  }
}

README Excerpt

**LangGraph** state machine with live reasoning visibility: a `plan` node routes simple queries through 2–3 parallel specialist researchers and complex queries through up to 10, then fans them through 4 parallel domain synthesizers and a fact-check node before producing a structured report. Every graph step streams to

Tools (1)

collect