Ai Agents 
Recent Work
Couple of my most recently built Agents
Working - MultiAgent RAG
I am currently working on a Multi Agent RAG System
Description
🤖 Multi-Agent RAG Document Intelligence System (Work in Progress) is an AI-powered document analysis platform that uses a multi-agent Retrieval-Augmented Generation (RAG) architecture to generate reliable, evidence-based reports from uploaded documents. Documents are ingested, chunked, embedded, and semantically retrieved before being processed by specialized AI agents. A Document Verification Agent validates the retrieved context, a Reflection Agent reviews and refines the reasoning, and a Report Generation Agent produces a structured final report. Built with Python, LangChain, LangGraph, and OpenAI, the system is designed with a modular architecture that can be extended with additional agents and capabilities
