A small team building a model-agnostic memory harness for long-running coding agents. Each owns one of the four modules — write, store, dream, and measure.
Owns the evaluation package — dataset loaders, the run harness, trajectory logging, cost and metrics — plus this static site. The honest-benchmark conscience of the project.
Owns the harness architecture and OpenCode integration — the memory framework that wraps the agent loop around the stores, router, and dreaming worker end-to-end.
Owns the storage backends and the retrieval router — Markdown, SQLite-vector, and graph — and the logic that sends each query to the one backend that answers it best.
Owns the dreaming component — the offline worker that mines session logs, de-dups, resolves contradictions, and keeps governance clean across the whole memory store.