Skip to content

v0.1.6 — groundcheck fact-gate interop

Choose a tag to compare

@zhjai zhjai released this 30 May 20:03
· 10 commits to main since this release

Wires in the new companion skill groundcheck — single-agent, evidence-grounded fact-checking that treats hallucination (where multi-agent debate is weak, because a panel can reinforce a shared hallucination).

What's new

  • Pre-debate fact-gate: after each agent's independent answer, run groundcheck; any refuted claim is sent back to its source agent (with the refuting evidence, not a conclusion) before cross-critique. Re-check new/changed claims post-debate.
  • Framing: agent-arena (multi-agent debate → overconfidence) + groundcheck (single-agent verification → hallucination) = two depths of one verification stack.
  • Added groundcheck to related_skills; companion section in both READMEs; synced zh README badge.

See the groundcheck fact-gate contract for send-back and anti-loop rules.