agent memory agents

275 tagged agent memory, measured the same way as everything else here.

Browse within: coding-agents 40knowledge-graph 40fastapi 20agent-orchestration 19llm-agents 17chat-database 11realtime-database 11streaming 11agentic-coding 10ai-memory 10claude-code-commands 10knowledge-management 9cognitive-architecture 8coding-agent 7

interceptors

03

Bitterbot-AI/bitterbot-desktop

Agent

Executable skill interceptors turn passive markdown skills into deterministic behavioral guardrails. When the agent proposes a tool call, registered interceptors inspect the action, read the agent's current state (hormonal, GCCRF, channel, recent turns), and may modify, inject context into, require a prerequisite for…

2.5k 3d ago A 0 tokens original MIT

analyzer

04

Prismer-AI/PrismerCloud

Agent

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

1.4k 25d ago A 0 tokens copy · 100% MIT

grader

06

Prismer-AI/PrismerCloud

Agent

Evaluate expectations against an execution transcript and outputs.

1.4k 25d ago A 0 tokens copy · 100% MIT

qualixar/superlocalmemory

Agent

Advises on scope, roles, compliance, and GDPR use in SuperLocalMemory. Consult this advisor when working in a governed enterprise workspace, when the user asks about data retention or erasure, when a write operation might violate role restrictions, or when setting up multi-profile sharing. Never bypasses governance…

223 3d ago A 82 tokens AGPL-3.0

slm-loop-runner

12

qualixar/superlocalmemory

Agent

Runs a task as a bounded loop backed by SuperLocalMemory: iterate until an INDEPENDENT gate passes — never the agent's own claim. Delegate here when a task has a checkable acceptance condition (a test suite, a JSON schema, a linter, a reconciliation rule, a security scan) and you want gate-verified completion with an…

223 3d ago A 117 tokens AGPL-3.0

slm-memory-advisor

13

qualixar/superlocalmemory

Agent

Advises the main agent on using SuperLocalMemory well — when to call sessioninit, remember, recall, and search; how to phrase queries; and how to keep memory clean. Delegate here for any "should I save/recall this?" decision or when memory results look wrong.

223 3d ago A 65 tokens AGPL-3.0

go-style-reviewer

14

radimsem/remindb

Agent Claude Code

Use when reviewing Go code changes in remindb (modified or staged files in pkg/, cmd/, internal/, or any .go file in the diff) for adherence to the project's .claude/rules/go-concise.md. Catches project-specific style violations that generic Go reviewers miss — empty-struct-with-methods pattern, "failed to :" error…

125 28d ago A 149 tokens original MIT

radimsem/remindb

Agent Claude Code

Use when reviewing changes to remindb's public MCP surface — anything in pkg/mcp/, pkg/mcp/tools/, or pkg/mcp/server.go, especially new/renamed/removed Memory tools, changes to handler signatures, return shapes, locking decisions, or defer d.logCall(...) attrs. Validates against .claude/rules/mcp-tool-conventions.md…

125 28d ago A 164 tokens original MIT

radimsem/remindb

Agent Claude Code

Use when reviewing changes to remindb's SQL migrations — any new file under migrations/ matching 000N.sql, any edit to an already-committed migration file, or any change to pkg/store/queries.go that adds queries against columns/tables created by recent migrations. Checks IF NOT EXISTS coverage, append-only discipline…

125 28d ago A 135 tokens original MIT

ax-schema-reviewer

17

Necmttn/ax

Agent

Reviews ax SurrealDB schema + ingest-stage changes for the registration gotchas that fail CI.

104 5d ago A 24 tokens AGPL-3.0

retro-reviewer

18

Necmttn/ax

Agent

Reviews one prior session through ax's normalized cross-harness Turn view and emits a structured retro (tried · worked · failed · next) plus optional proposals. Dispatched by the /retro skill from a .ax/tasks/retro/ .md brief. Runs ax retro emit and, when patterns repeat, ax improve recommend. Never edits source code.

104 5d ago A 79 tokens AGPL-3.0

context-curator

19

nablo-io/lerim

Agent

The context curator is the cold path. It keeps existing records compact, non-duplicative, and current.

97 1mo ago A 0 tokens

context-graph

20

nablo-io/lerim

Agent

The context graph agent runs after curated records are available. It builds a sparse graph of useful relationships between decisions, constraints, facts, preferences, references, evidence, and handoffs.

97 1mo ago A 0 tokens

trace-ingestion

21

nablo-io/lerim

Agent

Trace ingestion is the hot path. It turns one indexed source session into a small episode record plus zero or more durable context records.

97 1mo ago A 0 tokens

analyzer

22

laborany/laborany

Agent

You are a benchmark analysis agent. Your job is to analyze aggregate benchmark results and surface hidden patterns, regressions, and improvement opportunities.

77 3mo ago A 0 tokens original MIT

comparator

23

laborany/laborany

Agent

You are a blind comparison agent. Your job is to compare two outputs (A and B) against a rubric and determine which is better, without knowing which version produced which output.

77 3mo ago A 0 tokens original MIT

grader

24

laborany/laborany

Agent

You are an assertion grading agent. Your job is to evaluate whether assertions about a skill's output are satisfied, verify factual claims, and critique the quality of the evaluation itself.

77 3mo ago A 0 tokens original MIT