Build your own Agentic Loop from scratch.
We create an AI agent from scratch using Claude 3.5 Sonnet and Docker for safe code execution. Watch it craft a ThreeJS web game, a FastAPI server with SQLite CRUD, and train a machine learning model with cross-validation, all in real time.
I'll breakdown eveything:
- Tool implementation
- Agentic Loop
- Streaming
- ....
Code: https://github.com/bitswired/demos/tree/main/projects/agentic-loop
🌐 Visit my blog at: https://www.bitswired.com
📩 Subscribe to the newsletter: https://newsletter.bitswired.com/
🔗 Socials:
LinkedIn: https://www.linkedin.com/in/jimi-vaubien/
X: https://twitter.com/bitswired
00:00 Intro
01:33 Agent Demo 1: Generating A ThreeJS Game
04:23 Agent Demo 2: Generating A FastAPI Server With SQL Db
05:57 Agent Demo 3: Training A Machine Learning Model
07:08 Project Code Overview
10:08 Writing The Agentic Loop
16:34 Writing The Tools
20:46 Building The Agent Terminal UI