Loading View...
A hands-on implementation of a tool-using AI agent built from scratch using Node.js and TypeScript.
Understanding how modern AI agents work internally without relying heavily on opaque frameworks like LangChain.
This project is a hands-on implementation of a tool-using AI agent built from scratch. The goal was to understand how modern AI agents work internally, avoiding reliance on frameworks like LangChain.
The agent follows a simple execution loop (think β act β observe):
This project deeply solidified my understanding of how LLMs interact with tools, how agent loops are implemented from scratch, and the actual utility of orchestration frameworks versus raw API calls.