Local agentic context layer — code map, repo memory, and search substrate for coding agents. No hosted services, no hidden telemetry.
Status:
0.0.0skeleton — boundary, upstream policy, and CI gates are explicit before implementation starts.
Agents need durable, local context without burning model context windows or depending on a hosted service. gear-memory provides a transparent, per-repo cache that agents query for code maps, document indexes, and history — fully auditable and portable.
graph TB
subgraph products["🎯 Rumble products"]
RL["rumble-lm<br/>Collaborative learning platform"]
RC["rumble-cos<br/>Public knowledge site"]
end
subgraph tools["🛠️ Sovereign tooling"]
CM["cos-matic<br/>Agent config + autonomous code-ops"]
WL["wrench-loader<br/>Document ingestion worker"]
GM["gear-memory<br/>Local agent context"]
end
subgraph infra["⚙️ Infrastructure"]
GC["gear-cable<br/>Distribution substrate"]
GD["gear-depot<br/>Registry proxy/cache"]
VI["vault-inspector<br/>Postgres security audit"]
end
RL --> WL
RL --> GM
RL --> VI
RL --> GD
RL --> GC
RC --> RL
CM --> GC
WL --> GM
style GM fill:#dbeafe,stroke:#2563eb,stroke-width:2px
| Interface | CLI and JSON reports for indexing status and queries |
| Storage | Local per-repo cache keyed by repository identity |
| Portability | Explicit import/export for auditable memory entries |
- No hosted SaaS control plane
- No hidden telemetry
- No requirement for rumble-lm runtime
| Project | basemind |
| Policy | Upstream-first, pinned releases/commits, no permanent fork |
| Fork rule | Only for a blocking security/build/sovereignty patch; open the upstream PR and remove the fork once merged |
cargo fmt --all --check
cargo clippy --workspace --all-targets --all-features
cargo test --workspace --all-features| Repo | Role |
|---|---|
| rumble-lm | Primary consumer — agent context for RAG and codegen |
| wrench-loader | Feeds extracted document text into gear-memory |
| cos-matic | Config compiler and autonomous orchestrator |
| gear-cable | Multi-platform distribution substrate |
| gear-depot | Sovereign registry proxy / cache |
| vault-inspector | Postgres security audit |
MIT © Constantin Jais