I build Statewave — an open-source memory layer for AI agents.
Run the server — Postgres + API, migrations run automatically:
git clone https://github.com/smaramwbc/statewave && cd statewave
docker compose up -d # API on http://localhost:8100Then point an SDK at it:
- Python —
pip install statewave - TypeScript —
npm install @statewavedev/sdk
Full walkthrough: Getting Started (10 min).
- statewave — core engine
- statewave-py — Python SDK
- statewave-ts — TypeScript SDK
- statewave-connectors — integrations
- statewave-docs — docs and guides



