Agentic Invoice Pipeline
FeaturedProduction-grade multi-agent invoice auditor with RAG, MCP, and a generative-UI chat
A 6-agent LangGraph pipeline that ingests multilingual invoices (PDF, DOCX, OCR'd scans), validates them with deterministic rules, and produces auditable recommendations — pausing for human review when policy demands. Built end-to-end: backend, frontend, vector DB, MCP integration.
- 6-agent LangGraph with Postgres-checkpointed pause/resume for HITL approvals
- Pydantic schema-validated structured outputs with auto-retry — no JSON parse hacks
- ChromaDB Cloud RAG with 10 LLM function-calling tools, exposed via MCP to Claude Desktop
- Live SSE pipeline telemetry visualised in a Next.js + ECharts analytics dashboard
- Custom guardrails (PII redaction, prompt-injection block, off-topic gate) on chat I/O
- LangSmith tracing across every agent invocation + LLM call