Welcome to Creating AI Agents from Scratch
Are you ready to dive into creating agents from scratch. Watch and follow along to the course on frontendmasters!
Prerequisites
To make the most out of this course, it's recommended that you have a basic understanding of:
- JavaScript: Familiarity with JavaScript fundamentals such as variables, functions, arrays, and objects will be beneficial.
- APIs: Understanding the basics of how APIs work and how to interact with them.
Course Format
This course is designed to be engaging and interactive, with a blend of:
- Lecture: We'll start each section with a comprehensive lecture where we'll explain the core concepts and demonstrate how they're applied in real-world scenarios.
- Real-World Application: Next, follow along with me while we incorporate real world code into an agent.
By the end of this course, you'll not only have a firm grasp of what an AI Agent is and how to make one.
Setup
- Git
- Fork the repo and pull it down form GitHub
- Node.js v20+
- Install all the node_modules with
npm install
- OpenAI Account
- You’ll need to add $5, to get started. If I find an alternative to this that is compatible, I will add it here.
- Enable GPT-4o-mini in, go to limits -> allowed models.