Building Agents Manually
Lessons in this group, roughly in build order:
- manual-from-scratch — Building an agent with nothing but the raw model SDK and a while loop — you own the message list, the tool…
- understanding-the-architecture — The component map of an agent — model, loop driver, tools, memory, and guardrails — and how data flows…