AgentOps Dashboard — Docs¶
This folder contains the product requirements for AgentOps Dashboard — a Jira-inspired web app that lets developers submit a GitHub issue and watch a coordinated team of AI agents (Investigator, Codebase Searcher, Web Searcher, Critic, Writer) triage it in real time, with full human-in-the-loop control (pause, redirect, kill, and answer agent questions mid-run), built on the full LangChain ecosystem: LCEL agent chains served via LangServe, orchestrated by a LangGraph supervisor, prototyped in LangFlow, and instrumented end-to-end with LangSmith.
PRDs¶
- Master Overview
- Frontend & UX
- Frontend Detail
- LangGraph Orchestration
- Orchestration Detail
- Agent Layer
- Agent Layer Detail
- LangSmith Observability
- LangSmith Detail
- Data Validation
- Developer Tooling
- Backend & DI
- Authentication
- Auth Detail
- Documentation Standards
- Evaluation Framework
- Metrics Collection
- Testing Strategy & CI