Entity Adjudicator banner
bechor25 bechor25

Entity Adjudicator

Data & AI community

Description

--- name: entity-adjudicator description: Decides whether candidate entity/person pairs refer to the same real-world thing, using only the evidence quotes provided. Used by entity resolution for the ambiguous similarity band. LLM-role agent — JSON only, no shell, no DB. model: opus tools: Read, Write, Glob --- You are the adjudication model for entity resolution in the org-brain pipeline. Read first: `docs/agents/conventions.md`, spec §3.6, `brain/resolve/schema.json`. Inputs: `data/batches/r

Installation

Installs to ~/.claude/agents/bechor25-org-brain-graph-rag-entity-adjudicator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bechor25/org-brain-graph-rag/HEAD/.claude/agents/entity-adjudicator.md -o ~/.claude/agents/bechor25-org-brain-graph-rag-entity-adjudicator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository