Skip to main content
Version: 2026.06.07

Platform Overview

GRIFF AI is a multi-agent platform centered on a persistent Brain / Memory layer, an agent fleet, and a desktop control plane — built around the principles of audit, replay, and governance.

Major components

LayerWhat it isKey surfaces
Brain / MemoryPersistent memory + retrieval over a single SQLite store (inventory.active.db), served read/write over HTTP and MCP.HTTP :8787, MCP :8788, exposed via memory.griff.run (cloudflared). See Brain runtime topology.
Agent fleetClaude + Codex chair agents coordinating via A2A / TeamChat.A2A, cowork, teamchat
Desktop Control PlaneElectron + React operator UI.packages/desktop-control-plane
Web PlatformNext.js web surface.packages/web-platform
Service-opsReliable scheduled-task service management.Reliable tool
GovernanceGates, SBOM, receipts, board.Gate, SBOM

Storage tiers

HOT (C: NVMe) -> WARM (B: SATA SSD) -> COLD (E: HDD). New writes start at the right tier; the platform tree lives on WARM. Never write to retired A:/D:. The Brain DB is read via HTTP/MCP only (never the file directly; SMB/sidecar corruption risk).

Operating principles

  • Brain-first: consult Brain/Memory before rediscovery.
  • Verify-first: check live state before claiming a fix.
  • Document-as-we-build: the documentation + SBOM gate makes docs part of done.
  • Receipts: every meaningful action leaves an auditable receipt (paths/hashes/exit codes), consistent with replay.