ocr_worker
97Agent
Role: Extract text from scanned PDFs via OCR Workflow: pdf-pipeline Step: ocr Namespace: team:eng.
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
Agent
Role: Extract text from scanned PDFs via OCR Workflow: pdf-pipeline Step: ocr Namespace: team:eng.
Agent
Role: Coordinate planner and workers in multi-agent PDF pipeline Workflow: pdf-pipeline Namespace: team:eng.
Agent
Role: Route documents to the correct processing pipeline Workflow: pdf-pipeline Step: planner Namespace: team:eng.
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…
tonik173/generative-ai-explained
Agent
Behaviour is assembled fresh every turn, out of text.
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.
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.
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.
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.
Agent Claude Code
Analyzes codebase and writes structured intel files to .planning/intel/.
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.
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…
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…
Avos-Lab/git-aware-coding-agent
Agent Claude Code
Research repository context before code changes using avos memory.
Avos-Lab/git-aware-coding-agent
Agent
You are a strict JSON conversion agent.
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.
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…
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…
Agent
Use aiagentsarchive.com only. Do not use other TLD variants.
Agent
Agent "developer" from team-monet/monet, covering scope, evidence and boundaries.
Agent
Agent "stig" from team-monet/monet, covering memory, work, boundaries and voice.
Agent
Agent "verifier" from team-monet/monet, covering lenses, where findings actually are, evidence and boundaries.
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.
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.