AI AGENT ADDONS

Agentmemory Architecture

rohitg00/agentmemory

Coding agents need a place to store what they learn. agentmemory is a memory server that runs on your own machine. It captures observations, indexes them, and serves them back over REST and MCP.

The system is built on the iii engine. Everything is a function, a trigger, or worker state. There is no separate plugin system. New capability means adding a function plus a trigger.

Recall uses hybrid retrieval with BM25 keyword search, vector similarity, and graph expansion. No API key is needed for basic use. An optional LLM provider adds richer summaries. A real-time viewer at port 3113 shows memory building as sessions run.

Add Agentmemory Architecture skill to your workflow

Global

mkdir -p ~/.claude/skills/agentmemory-architecture

Project

mkdir -p .claude/skills/agentmemory-architecture

Source Repository

Stars
24,204
Forks
1,988
Watchers
24,204
License
Apache-2.0
Last Push
24 days ago
Created
4 months ago