Built an interactive course that walks through the architecture behind agent frameworks (LangChain, CrewAI, AutoGen) by rebuilding the core from scratch.
9 lessons covering: tool dispatch, agent loop, conversation management, state, memory, policy gates, and self-scheduling. ~60 lines of Python by the end.
The goal isn't "frameworks are bad" — it's giving engineers a mental model of what's happening under the abstractions so they can debug and extend them. Runs in the browser via Pyodide.
Mock mode included, or plug in a Groq API key for live inference.
Open source:
https://github.com/ahumblenerd/tour-of-agents
[link] [comments]




