Spokes.wiki Search Graph Growth About

agentic-tooling-wiki

Software Source Code source ↗ source url updated Wed Jun 10 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

SeekDB (OceanBase)

An open-source (Apache-2.0) database pitched as “the AI-native state store for agents”“MySQL-compatible, embedded or server, hybrid vector + full-text search, COW sandboxes (FORK/MERGE).” Built by the oceanbase team (whose distributed database powers Alipay/Taobao), SeekDB is the first agent-memory / state-store infrastructure-layer product in this wiki — the persistent substrate beneath the durable-agents / self-improving-agents threads, not another harness.

Why “for agents” — the design points

Claimed performance

“1,523 QPS streaming write+search (10× Milvus, 3× Elasticsearch)” with stable P99 under concurrent load. Caveat: vendor benchmark from the repo, not independently reproduced — the spoke’s standing “READMEs/vendor numbers, no neutral benchmark” caveat applies (see synthesis open questions).

Where it sits

The spoke’s memory thread has so far lived inside harnesses — openhuman‘s SQLite “Memory Tree”, durable-agents’ workflow-state separation, self-improving-agents’ accumulated memory, gbrain (cross-wiki) as a personal KB used as agent memory. SeekDB is the first time that layer shows up as a standalone database product purpose-built for it — the state/memory substrate the harnesses sit on top of. The FORK/MERGE primitive is the distinctive bet: treat agent state like a version-controlled branch, not a single mutable blob.

agent-memory · oceanbase · durable-agents · self-improving-agents · openhuman · agent-guardrails · gbrain · agentic-coding-harness