Clawmark is a Rust command‑line utility that lets AI agents store and retrieve semantic signals about code changes using SQLite. It enables continuity across sessions by allowing agents to save insights as "signals" and later recall them with meaning‑based search, eliminating the need for repeated explanations.
Highlights
Provides semantic search over agent memory using locally stored SQLite signals.
Works offline with a BERT model for multilingual embeddings; no external dependencies.
Simple commands: `clawmark signal` to save context and `clawmark tune` to retrieve by meaning.
Integrates with existing AI frameworks such as OpenClaw and supports bulk import from files.
auto-generated
jackccrawford · via GitHub
Context
Audience
Developers building or extending AI agents who need persistent, meaning‑based recall of prior reasoning and code insights