An event-driven multi-agent AI system built on LangGraph, FastAPI, and React. It listens to Slack, retrieves customer contexts from Notion playbooks & Salesforce, and creates automated replies for Human-in-the-Loop review.
Explore the architecture, tools, and execution models of OpsPilot
The Triage Node functions as the router of the system, categorizing Slack messages using structured JSON outputs to preserve token efficiency.
Actionable tickets trigger a 5-step ReAct loop where the agent calls database, CRM, and retrieval tools to complete the context payload.
Security is guaranteed through a dashboard review queue. Server-Sent Events notify browser clients immediately on agent output, prompting reviewers to check and edit replies.
Continuous pipeline quality is ensured by automatically running evaluations that sync stats directly into the dashboard UI.
A comprehensive view of the event-driven routing, agent loops, external API gateways, and stateful storage