agents-remember

Agents Remember Documentation

Drift-aware repository memory for coding agents in complex codebases. Captures what code can’t say on its own! Retrieves memory by path, semantics, and relationsship (code-graph).

Core Features

Agents Remember gives coding agents project memory they can verify and act on. It turns local invariants, naming rules, migration scars, cross-repo contracts, and “this looks safe but is not” facts into versioned Markdown beside the code, checks that memory against Git before use, and updates it only after approved work lands.

src/orchestrator/core_editor.py
ar-memory/onboarding/src/orchestrator/core_editor.py.md

The default setup stores durable memory in the target repository under ar-memory/. Teams that need separate memory repositories can use external memory under ar-coordination/memory-repos/ar-<repo>/. For the full tour, see Features.

Start Here

Install Guides

Guides

Reference