What I'm Building
Projects
GitHub repos and prototypes — agents, integrations, and tools built to explore what agentic AI can actually do.
Demo Script Generator App
A simple streaming LLM Chat interface that interviews the user, researches product pages and generates SE Demo scripts with an opinionated structure
Uipath File Analyzer Agent
Agent based on uipath-langchain that uses a shell tool to analyze CSV files
Uipath Langgraph Agent
A simple example showing the pre-built react agent from LangGraph with UiPath managed LLMs (AITL) and Context Grounding using the uipath-langchain sdk
Chat Rag From Scratch
A simple streamlit app demonstrating RAG with a custom vector store built from scratch.
Trace Scope
Custom AI agent evaluation harness that focuses on LLM-as-a-judge calibration against golden data set.
Uipath Langgraph Custom Rag
Implementation of LangGraph custom RAG workflow with UiPath's hosted Context Grounding service.
Pure Python Agent
Implementation of ReAct-style agent in pure Python, comparing two approaches: Function-calling vs prompt-based tool calling.
Multi Agent Comparison
A comparison of different agent architectures on a simple, conversational demo script generator agent. Compares single agent, to manager with sub-agent, to state-machine based handoffs.
Uipath Codex Skills
SKILL.md files to use with coding agents for common UiPath agent building patterns.