This is a companion repo for the AI Agents Fundamentals, v2 course from Frontend Masters.
The course note can be found in this Obsidian document.
The main branch of this repo has a completed version for the agentic CLI application. The done branch is the exact application created throughout the course. The lesson-XX branches are code checkpoints if you get stuck. To get set up, clone the repo, checkout the lesson-01 starting branch, and install the dependencies:
git clone https://github.com/Hendrixer/agents-v2.git
cd angents-v2
git checkout lesson-01
npm i