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

context-researcher

25

major7apps/pensyve

Agent

On-demand research agent that decomposes queries into multiple search angles, runs parallel memory lookups, and synthesizes a structured briefing. Use when deep memory context is needed for a topic, entity, or decision.

72 4d ago A 47 tokens

memory-curator

26

major7apps/pensyve

Agent

Background monitoring agent that identifies memorable events during a session and suggests storing them with user confirmation. Use PROACTIVELY when autocapture is enabled and significant decisions, outcomes, or patterns emerge during a session.

72 4d ago A 45 tokens

speckit.clarify

31

kalamdb/KalamDB

Agent

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

50 3d ago A 27 tokens

speckit.specify

32

kalamdb/KalamDB

Agent

Create or update the feature specification from a natural language feature description.

50 3d ago A 13 tokens

journal

33

mpazik/Binder

Agent

Journaling partner — delivers briefings, reflections, and summaries efficiently and honestly.

40 10d ago B 19 tokens original MIT

planner

34

mycelium-hq/ai-brain-starter

Agent

Decomposes a task into a concrete, ordered implementation plan. Use BEFORE any code is written for non-trivial work. Read-only by construction — it cannot edit files, so it can never "just fix it" and skip the plan.

35 2d ago A 51 tokens original MIT

resolver

35

mycelium-hq/ai-brain-starter

Agent

Implements a planned change — edits files, runs commands, makes tests pass. The only agent with write authority. Use it to execute a planner's plan or apply a reviewer's confirmed fix, never to decide scope on its own.

35 2d ago A 49 tokens original MIT

reviewer

36

mycelium-hq/ai-brain-starter

Agent

Reviews a change for correctness, security, and convention adherence. Use AFTER a resolver edit and BEFORE merge. Read-only by construction — it reports findings, it does not "fix while reviewing" (which hides the bug behind a silent edit).

35 2d ago A 51 tokens original MIT

executor

37

awrshift/agent-memory-kit

Agent

Builder to an ALREADY-DECIDED spec (the model split: the main session designs; the executor builds). Use for: building a designed slice/chunk, test writing, mechanical refactors with an objective gate (typecheck, test suites, byte-replay). The spec — normally a file at projects/ /plans/YYYY-MM-DD- .md, named in the…

31 yesterday A 168 tokens copy · 100% MIT

idea-validator

38

awrshift/agent-memory-kit

Agent

Isolated Claude instance that critiques ideas, designs, patterns, hypotheses, or plans without context from the parent conversation. Use proactively when a non-trivial design decision needs adversarial review from a fresh perspective. Pair with an external-family model (parallel call) when you have one — different…

31 yesterday B 97 tokens copy · 100% MIT

recon

39

awrshift/agent-memory-kit

Agent

Read-only fact-gatherer (the model split: the main session designs; recon gathers — breadth over depth). Use for: mapping a codebase surface before a design, input-availability tables, verifying a doc claim against code, sweeping many files for a fact, external fresh-checks against official sources. Returns RAW FACTS…

31 yesterday A 95 tokens copy · 100% MIT

memory-compressor

40

yucai0302/memory-loop

Agent

Compresses the project memory hot layer when it grows too large. Reads MEMORY.md and schema.yaml, archives older entries into archive.md, and rewrites MEMORY.md keeping only recent high-value entries. Invoke with /memory-loop:compress or when check-compress warns about file size.

30 2mo ago A 60 tokens

memory-orchestrator

41

anthony-maio/mnemos

Agent

Biomimetic memory orchestrator. Retrieve before complex work, store high-salience facts during execution, and consolidate before handoff.

27 5mo ago A 33 tokens original MIT

mnemos-curator

42

anthony-maio/mnemos

Agent

Curate durable Mnemos memory after meaningful work. Use proactively to store stable repo facts, decisions, environment constraints, and recurring bug patterns, then consolidate memory.

27 5mo ago A 37 tokens original MIT

mnemos-recall

43

anthony-maio/mnemos

Agent

Recall the most relevant Mnemos context before substantial work. Use proactively at task start to surface durable repo facts, environment constraints, prior fixes, and stable preferences that matter to the current task.

27 5mo ago A 43 tokens original MIT

auv-code-reviewer

44

moeru-ai/auv

Agent Cursor

AUV SceneBridge / view-memory lane code quality reviewer. Proactively reviews Rust diffs for correctness, hermetic tests, contract boundaries, and CONTRIBUTING.local.md veto items. Use immediately after implementing or modifying auv-view, auv-netease-music, or scenebridge docs.

25 +1 2d ago A 65 tokens original Apache-2.0

syahiidkamil/vibe-ai-partner-entity

Agent Claude Code

Invoke ON DEMAND when a decision or claim carries real stake and needs more certainty: when the answer is not definite, when getting it wrong would cost, or when a conclusion needs checking that it is not a hallucination. Not for routine turns, trivial edits, or mechanical steps.

22 1mo ago A 0 tokens

deep-dream

46

syahiidkamil/vibe-ai-partner-entity

Agent Claude Code

Saori's gate-2 consolidation organ (the dream). Spawn in the BACKGROUND when a DREAM OWED nudge fires at a session boundary, or on request. Reads the undreamed bookmark days plus their raw TOON windows from disk (never the living context), judges each flag by forward viability, writes the keepers into the warm memory…

22 1mo ago A 115 tokens

syahiidkamil/vibe-ai-partner-entity

Agent Claude Code

Reconcile Saori's always-loaded temporal-self files — rewrite what is stale, in first person. Invoked at session start by the session-temporal-check hook when staleness is detected, or on request.

22 1mo ago A 49 tokens

parallel-dogfood

48

sanjayrohith/Dejavu

Agent

Use this when multiple headless agents are working on dejavu at once. The point is not just throughput; it is a product experiment: does dejavu make parallel agents more coherent than stateless agents?

21 7d ago A 0 tokens