# Okf Agent Memory

> Git-native persistent memory for AI coding agents.

- **Website:** https://github.com/okf-memory/okf-agent-memory
- **Pricing:** open source
- **Categories:** Developer Tools, AI Agents
- **Tags:** developer-tools, ai-agents, research
- **Platforms:** Windows, iOS, CLI
- **Last verified:** 2026-09-10
- **Canonical page:** https://linkrena.com/tools/okf-agent-memory

## About

Conversations with AI agents reset when context windows close. Valuable architectural decisions, domain discoveries, and operational facts are lost unless stored persistently.

Blazing Fast Performance (<300µs Search, ~4ms Graph Validation) : In-memory BM25 retrieval and bundle validation execute in microseconds without VM spin-up or network roundtrips.

100% Git-Native & Zero Vendor Lock-in : Everything is version-controlled plain text. Inspect, audit, and review your agent's memory using standard git diff and git log . No external database required.

Zero API Costs for Memory Retrieval : Local lexical BM25 indexing eliminates recurring vector embedding API costs and network roundtrips.

Solves Context Bloat & Memory Rot : Employs Progressive Disclosure (hierarchical index.md files and link graphs) so agents only load the exact concepts they need.

Search-Before-Write Principle : Mandates querying existing memory before authoring, preventing concept duplication and hallucinated divergence.

## Related tools

- [Orbit](https://linkrena.com/tools/orbit): Multi-repo Git workspaces for any coding agent — real worktrees, no index, no server - orbcli/orbit
- [Metis](https://linkrena.com/tools/metis): Metis is a coding agent that boosts AI/LLM coding performance by 50% - Wholiver/metis
- [Ctx](https://linkrena.com/tools/ctx): Instant recall for coding agents.
- [Sentrint](https://linkrena.com/tools/sentrint): An automated security check for apps built with Bolt, Cursor or v0.
- [Engrim](https://linkrena.com/tools/engrim): The Universal Cross-Model Episodic Memory Standard.
- [Jackalope](https://linkrena.com/tools/jackalope): Manage coding agents, work and personal account profiles, project context, tasks, and reported usage in one desktop workspace.
