Tag: Architecture
All the articles with the tag "Architecture".
Setting Up a Python Project Skeleton That Scales
Published: at 09:00 AMHow membox chose its libraries, organized its modules, and used typing.Protocol to keep the core dependency-free while staying testable and extensible.
Building a Local-First Memory Layer for AI Agents
Updated: at 08:00 AMA local-first memory layer for AI agents: SQLite WAL for durable triples plus an in-memory graph for retrieval. No server, no vector store, no graph database.
