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

Coding Agent From Scratch

An exploration of the architecture of coding agents

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

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

A2a Uipath Agent

Remote deployed Langchain agent with UiPathChat model and A2A support

Ai Intuitive Review

Agentic UX explorations: making AI review output intuitive and trustworthy

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.

A2a Client App

An A2A chat client with optional front end agent that uses Vercel AI Gateway and supports v1+ and v0.3 implementations of A2A.

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

Custom Skills architecture for a uipath-langchain agent