What I'm Building

Projects

GitHub repos and prototypes — agents, integrations, and tools built to explore what agentic AI can actually do.

Uipath File Analyzer Agent

Agent based on uipath-langchain that uses a shell tool to analyze CSV files

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

Coding Agent From Scratch

An exploration of the architecture of coding agents

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.

Trace Explainer

Simple, intutive explanation of AI agent traces

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

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 Agent Skills

Custom Skills architecture for a uipath-langchain agent

Pure Python Agent

Implementation of ReAct-style agent in pure Python, comparing two approaches: Function-calling vs prompt-based tool calling.

Uipath Codex Skills

SKILL.md files to use with coding agents for common UiPath agent building patterns.