one-bit/oc-mnemoria
Persistent shared memory (hive mind) for OpenCode agents, powered by the mnemoria Rust engine
Provides hybrid BM25 + semantic search across an append-only binary log with CRC32 integrity checking, enabling agents to query shared memories by keyword, natural language, or agent role. Integrates into OpenCode via system prompt injection and hooks (`chat.message`, `experimental.chat.system.transform`), automatically capturing user intents and exposing tools like `remember`, `search_memory`, and `ask_memory` for explicit and implicit context persistence. Memories are queryable both through OpenCode slash commands and the standalone `mnemoria` CLI for timeline browsing, filtering by agent, and JSON export.
Available on npm.
Stars
8
Forks
1
Language
TypeScript
License
MIT
Category
Last pushed
Mar 02, 2026
Monthly downloads
170
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/one-bit/oc-mnemoria"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
aiming-lab/SimpleMem
SimpleMem: Efficient Lifelong Memory for LLM Agents
zilliztech/GPTCache
Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
zilliztech/memsearch
A Markdown-first memory system, a standalone library for any AI agent. Inspired by OpenClaw.
RichmondAlake/memorizz
MemoRizz: A Python library serving as a memory layer for AI applications. Leverages popular...
TeleAI-UAGI/telemem
TeleMem is a high-performance drop-in replacement for Mem0, featuring semantic deduplication,...