knowledge engineering agents

5 tagged knowledge engineering, measured the same way as everything else here.

coverage-auditor

01

kitchen-engineer42/joharnessburg

Agent

Use this agent in the adversarial cross-check stage of a fan-out phase to re-read ONE source chunk independently and find knowledge entries the extractor MISSED (MECE enforcement). It does not re-extract or rewrite — it audits coverage and emits coveragegap events. Dispatch one per chunk (or per sampled chunk) in a…

9 1mo ago A 97 tokens original MIT

grounding-checker

02

kitchen-engineer42/joharnessburg

Agent

Use this agent in the adversarial cross-check stage of a fan-out phase to verify that every extracted entry from ONE chunk traces to actual source text — and flag the ones that don't, so ungrounded (hallucinated or over-inferred) entries are filtered before they fold into canonical state. Emits groundingflag events.…

9 1mo ago A 98 tokens original MIT

knowledge-extractor

03

kitchen-engineer42/joharnessburg

Agent

Use this agent to extract knowledge entries from a single source chunk during the knowledge-phase extraction step. Each invocation processes ONE chunk and emits structured entries (facts, rules, slide-concepts, etc. — whatever the project's schema dictates) as JSON events to /.john/events/extract/ /. Designed for…

9 1mo ago A 92 tokens original MIT