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

ocr_worker

97

YashvantHange/SuperMemory

Agent

Role: Extract text from scanned PDFs via OCR Workflow: pdf-pipeline Step: ocr Namespace: team:eng.

2 2mo ago A 0 tokens original MIT

orchestrator

98

YashvantHange/SuperMemory

Agent

Role: Coordinate planner and workers in multi-agent PDF pipeline Workflow: pdf-pipeline Namespace: team:eng.

2 2mo ago A 0 tokens original MIT

planner

99

YashvantHange/SuperMemory

Agent

Role: Route documents to the correct processing pipeline Workflow: pdf-pipeline Step: planner Namespace: team:eng.

2 2mo ago A 0 tokens original MIT

veronchenko/inkwell-memory

Agent

Use proactively whenever work starts in a project directory and Inkwell (mcpinkwellsearch / list / tags) has no hub entry for it. Investigates the project's purpose, stack, and connections to other projects, then writes the required Inkwell hub + linked entries so future sessions (in this project or another) have the…

2 19d ago A 99 tokens original MIT

agent-loop

102

tonik173/generative-ai-explained

Agent

Agent "agent-loop" from tonik173/generative-ai-explained, covering the agent loop, the loop, the wrapper runs the loop, not the model, one turn, traced and where it goes wrong.

2 1mo ago A 0 tokens

agent-memory

103

tonik173/generative-ai-explained

Agent

Agent "agent-memory" from tonik173/generative-ai-explained, covering memory, the model is stateless, memory is files, read back in and the recipe.

2 1mo ago A 0 tokens

gsd-code-fixer

104

mrboups/xbrain

Agent Claude Code

Applies fixes to code review findings from REVIEW.md. Reads source files, applies intelligent fixes, and commits each fix atomically. Spawned by /gsd-code-review-fix.

2 18d ago A 43 tokens copy · 88% MIT

gsd-executor

105

mrboups/xbrain

Agent Claude Code

Executes GSD plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spawned by execute-phase orchestrator or execute-plan command.

2 18d ago A 36 tokens original MIT

gsd-intel-updater

106

mrboups/xbrain

Agent Claude Code

Analyzes codebase and writes structured intel files to .planning/intel/.

2 18d ago A 22 tokens copy · 84% MIT

graphify-scout

107

sublimecoder/aios

Agent Claude Code

Cheap codebase-investigation scout — queries the graphify knowledge graph (graphify-out/) first, then verifies every hit with grep before reporting. Use for "where does X live / how does Y flow / what touches Z" questions before reading files or spawning heavier agents.

2 1mo ago A 60 tokens original MIT

layer-leak-auditor

108

sublimecoder/aios

Agent Claude Code

Read-only auditor that checks a note, file, or diff for cross-scope leaks before publishing, sharing, or committing. Only applicable when the OPTIONAL wall is enabled — i.e. some scope in AIOS/Systems/layers.tsv declares identifying tokens. Use before any external-facing action (publish, post, send, apply) or when…

2 1mo ago A 88 tokens original MIT

publish-verify

109

sublimecoder/aios

Agent Claude Code

Read-only post-publish verifier. Given a published URL (or repo path), fetches the live artifact, runs the cross-scope token grep against it, and traces every first-person factual claim back to the vault's confirmed-history notes — unsourced claims are fabrication-risk. Run after ANY external publish (blog post…

2 1mo ago A 76 tokens original MIT

git_diff_agent

112

Avos-Lab/git-aware-coding-agent

Agent

You are an expert software engineer acting as a Git Diff Analyst. Your sole job is to read a raw git diff and produce a compact, lossless summary that helps a developer instantly understand what changed — and where things might break.

2 4mo ago A 0 tokens original Apache-2.0

checklist-verifier

113

LogicLabsAI/ultramemory-mcp

Agent

Independently verifies that a checklist item was actually completed by re-reading the resulting code against the item's acceptance criteria. Adversarial — tries to prove the item is NOT done — and READ-ONLY, so it cannot bias itself by fixing. Returns a pass/fail VERDICT with observed evidence. Use as the verifier…

1 1mo ago A 78 tokens original Apache-2.0

checklist-worker

114

LogicLabsAI/ultramemory-mcp

Agent

Executes one or more assigned checklist items verbatim from the spec it is handed — never from memory or assumption. Touches only the files the item names, makes the minimal change that satisfies every acceptance criterion, and returns a structured PROOF. Use as the worker agentType in checklist-bound-execution…

1 1mo ago A 66 tokens original Apache-2.0

developer

116

team-monet/monet

Agent

Agent "developer" from team-monet/monet, covering scope, evidence and boundaries.

1 2d ago A 0 tokens AGPL-3.0

stig

117

team-monet/monet

Agent

Agent "stig" from team-monet/monet, covering memory, work, boundaries and voice.

1 2d ago A 0 tokens AGPL-3.0

verifier

118

team-monet/monet

Agent

Agent "verifier" from team-monet/monet, covering lenses, where findings actually are, evidence and boundaries.

1 2d ago A 0 tokens AGPL-3.0

agent-sdk-verifier-py

119

mostwise/dot-claude

Agent

Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.

1 22d ago A 55 tokens

patch-verifier

120

mostwise/dot-claude

Agent

The single verifier per fix round — reviews the workspace's staged diff against the finding, runs the tests, and states the three confidence claims a patch file must earn; dispatched by the fix job, not for direct invocation.

1 22d ago A 48 tokens