AMFS gives every agent a brain — its own repo of what it knows. Branch it, diff it, review changes, merge them. Roll back to any point. Collaborate on memory the way developers already collaborate on code.
pip install amfs · npm install @amfs/sdk · Docker · MCP · Works today
The mental model
Every developer has a GitHub account. Every repo has a main branch. You fork it, work in isolation, open a PR, someone reviews the diff, it merges. AMFS does that — for agent memory.
The problem right now
Remember emailing zip files to teammates? Manually merging changes because two people edited the same file? That's exactly where agent memory is today — and your team is already hitting the wall.
You have two agents working on the same service. Agent A discovers a retry pattern that prevents cascading failures. Agent B finishes its task and writes to the same key with different conclusions. Agent A's knowledge is just gone. No conflict warning. No merge prompt. No history.
Your agent did great work — figured out the deployment pattern, identified which configs drift, learned which services are flaky. Context window closes. New session starts. It asks the same questions again, makes the same mistakes again, and you debug the same things again.
Your agent triggered a deployment, modified a config, or changed a downstream setting. Something went wrong. You have logs of what it did, but nothing about why — what it read, what it believed, what it was optimizing for. The causal chain is invisible. The post-mortem is a guess.
explain() shows you everything.Your research agent wrote a finding in January. Your deployment agent read it in April and acted on it. Nobody had reviewed whether it was still accurate. There's no confidence score, no staleness signal, no way to see the diff between what was true then and what's true now.
Use cases
Any time multiple agents touch the same knowledge, or any single agent needs to remember across sessions, AMFS is the layer that makes it work.
The agent memory loop
Each agent session picks up where the last one left off. Knowledge accumulates across agents, sessions, and machines. The next agent on the job starts with a briefing — not a blank page.
fact, belief, or experience. Nothing overwrites. Every write creates a new version.What AMFS gives you
Not a vector database. Not a simple key-value store. A full memory engine with Git-like collaboration, intelligence, and a platform that works with every framework you already use.
explain() surfaces the entire chain in one call.fact, belief, or experience — each with its own decay rate and retrieval priority.docker run in 30 seconds. Scale to production with Kubernetes without changing your application code.Get started in 30 seconds
Works with everything you already use
OSS vs Pro
The full memory engine is open source under Apache 2.0. Pro unlocks the Git collaboration layer — branching, PRs, access control, rollback, and a managed SaaS with a web dashboard.
30 seconds to deploy. Two env vars to connect to Pro. The mental model is already in your head. You've been using Git for years. AMFS is just Git — for the knowledge your agents build.
Apache 2.0 · pip install amfs · npm install @amfs/sdk · Docker · MCP