Learning Eve: Build Your First Agent
Think of Eve as "Next.js for agents." Instead of one giant config object, your agent is a folder of ordinary files: instructions in Markdown, tools in TypeScript. Eve discovers the structure and turns it into an agent that runs locally, serves HTTP, connects to other platforms, and keeps working across many turns.
Based on the official Eve introduction. We're learning to use what it ships, not restating the docs.
What we're building#
A Personal Research Assistant. By the end of the series it has an identity, a chosen model, a weather tool, a research playbook (skill), and a channel so you can talk to it. Each lesson extends the same project.
How this series works#
Each step takes one building block through the same path: What it is → Why you'd care → Before → After → Do it yourself → Gotchas → Recap.
Mark steps complete as you go — progress is saved in your browser. Start with step one.