~/projects
Projects
Things I've built, contributed to, or am currently tinkering with.
Auto-Self-Healing Agents
An external supervisor that watches worker agents via heartbeats in Redis, detects crashes, and automatically restarts them — no human in the loop, with crash-loop backoff to prevent resource exhaustion.
AI Coworker — An AI Co-Thinker for Reasoning-First Tasks
A co-thinker with you for daily reasoning tasks, an application enabled with advanced tools.
LLM Fine-Tuning Dataset Generator
A Streamlit app that synthesizes Alpaca-format fine-tuning datasets from your own PDFs — no hand-labeling required.
Contract-Net Auction Market
A decentralized task allocation protocol where specialized LLM agents bid on tasks and a Solicitor awards the contract to the best bidder — with domain filtering, utility-based scoring, and reputation tracking that penalizes repeated failures.
Multi-Agent Supply Chain Disruption Dashboard
A Streamlit dashboard that orchestrates three cooperating agents — Monitoring, Logistics, and Customer Notification — through a Shared Epistemic Memory to handle supply chain disruptions end-to-end.
RAG Eval Dataset Generator
A platform to generate evaluation datasets for RAG-powered applications using LLMs. Transform PDFs into structured Q&A pairs for testing and benchmarking.