← All questions

How does ModusBrain's persistent memory work?

ModusBrain uses Git as the ultimate system of record for long-term agent memory.

Every conversation log, newly discovered entity page (such as contact cards, company profiles, or project briefs), and state modification is saved as structured Markdown files and automatically committed back to a private Git repository (your "brain repo").

This design makes the memory system multiplayer by default—multiple agents can read and write to the same repo, resolving edits and merges using standard Git version control.