Building a Production-Ready Agent Stack: Part 2 - Backend Core & Database

Building a Production-Ready Agent Stack: Part 2 - Backend Core & Database Our FastAPI server is running, but it’s just a health check endpoint talking to no one. Time to build the persistence layer—database models, repositories, domain services, and the REST API that will power our agent conversations. ...

October 29, 2025 · 28 min · 5785 words

Building a Production-Ready Agent Stack: Part 1 - The Foundation

Building a Production-Ready Agent Stack: Part 1 - The Foundation Welcome to the first post in a series where we build a real, production-ready AI agent application from scratch. No shortcuts, no toy examples - just the patterns you’d actually use in production. ...

October 28, 2025 · 61 min · 12926 words