pai
A reusable multi-agent memory architecture in TypeScript for a local-first Personal AI platform.
Current project focused on memory, correction, and context accumulation.
Designed around memory as a state machine, append-only logs, and separation of read and write concerns so agents can preserve context without collapsing into hidden state.
TypeScript · Multi-Agent Systems · Event Sourcing · MCP
- Memory as a state machine
- Built for local-first agent workflows