System Architecture
The 26-module AgentOS architecture: API surface, orchestration, GMI cognitive engine, guardrails, tools and extensions, cognitive memory and RAG, LLM providers, perception channels — and how they compose into a runtime that manages state across hours and conversations.
Generalized Mind Instances (GMIs)
What a Generalized Mind Instance actually is, what it isn't, and how its parts connect — verified against the AgentOS source, not the homepage diagram.
Platform Support
AgentOS integrates with the SQL Storage Adapter as its primary persistence interface. This enables a single codebase to run across Cloud (PostgreSQL), Desktop (Electron with better-sqlite3), Mobile (Capacitor SQLite), and Browser/Edge (sql.js fallback).