anti hallucination agents

11 tagged anti hallucination, measured the same way as everything else here.

Browse within: academic-research 6agentic-workflow 6citation-verification 6ai-assistant 5gemini 5

citation-parser

01

roomi-fields/paper-trail

Agent

Sub-agent that parses bibliographic sections and inline citations from SOTA / article text. Takes raw text (a section header + content, or an inline excerpt) and returns structured JSON [{author, year, title, doi?, venue?, raw}]. Isolates the LLM extraction from the main agent context. Invoke from the INGEST pipeline…

5 9d ago A 88 tokens original MIT

claim-checker

02

roomi-fields/paper-trail

Agent

Sub-agent that audits a specific claim against the PDF cited. Invoked by citation-receipts skill for deep PDF↔claim verification. Returns structured verdict (VALID/ADJUST/INVALID/UNVERIFIABLE) with evidence quoted from the source. Isolates the heavy PDF reading from the main agent's context.

5 9d ago A 69 tokens original MIT

researcher

03

roomi-fields/paper-trail

Agent

Sub-agent that performs exhaustive multi-source academic search (paper-search MCP across 22 platforms + optional NotebookLM + optional WebSearch). Returns structured JSON of candidate refs for sota-writer phase A. Invoke when broad literature search is needed without polluting the main agent's context.

5 9d ago A 58 tokens original MIT

gemini-challenger

04

azmym/gemini-plugin

Agent

Use proactively before destructive operations, when evaluating architectural choices, or when the main agent appears stuck in a pattern. Devil's advocate that argues at least 2 alternative approaches and 1 reason the current path is wrong. Returns structured JSON {alternatives, objections, mustaddress}.

1 18d ago A 64 tokens original MIT

gemini-reviewer

05

azmym/gemini-plugin

Agent

Use proactively when finalizing a diff or PR for a generalist third-reviewer pass that the other agents do not cover: security, threading correctness, library/version drift, doc accuracy, dead code, and complexity. NOT for research (use gemini-researcher), claim validation (use gemini-validator), or devil's-advocate…

1 18d ago A 99 tokens original MIT

gemini-summarizer

06

azmym/gemini-plugin

Agent

Use proactively at session start (BUILDRISKMAP) and before context compaction (SUMMARIZESESSIONSTATE). Compresses session history into structured summaries preserving decisions, discarded alternatives, and unresolved debt. Writes risk maps for new repositories.

1 18d ago A 57 tokens original MIT