ARIA: Autonomous Research Assistant
A 5-stage stateful agentic RAG pipeline built with LangGraph. ARIA goes beyond simple single-turn vector retrievals by planning query structures, executing concurrent multi-source scrapers, self-critiquing generated content, and compiling comprehensive PDF reports.
Routes nodes: Plan -> Retrieve -> Synthesize -> Audit
Persistent embeddings with similarity search
Hits Wikipedia, arXiv, and DuckDuckGo in parallel
~15.8ms export for 8 synthesized sources
ARIA
Autonomous Research & Intelligence Assistant. A 5-stage agentic RAG pipeline built with LangGraph, reducing retrieval latency by 63% via concurrent hybrid search across Wikipedia, OpenAlex, arXiv, and DuckDuckGo.
> 4 sources active
> Latency: 4s (~63% reduction)
Concurrent hybrid retrieval (`asyncio`, `aiohttp`) cutting retrieval time from ~11s to ~4s across 4 knowledge sources.
Ragas-based eval suite verifying faithfulness, answer relevancy, and context precision. 50% leakage tests passed.
Azure VM (Ubuntu + Caddy). React/Tailwind SPA, PyWebView Desktop app, Gradle/TWA Android APK. PDF exports via PyMuPDF.