AI-Agentic Pipeline
AI-Agentic Pipeline is a project where I developed a multi-agent system that orchestrates several AI components in sequence. It employs GPT-Vision for image-based text extraction, a Retrieval-Augmented Generation (RAG) module for knowledge querying, and a custom CRAG (Chain-of-Reasoning Agent Graph) for complex decision flows:contentReference[oaicite:10]{index=10}. By chaining these AI agents, the pipeline can autonomously process data-heavy tasks end-to-end. This project demonstrated how separate AI modules can collaborate, and insights from it informed my essay "Managing Workplace Stress with Tech & Yoga" (see reference) about emergent behavior in complex systems.