@knowledge-foundry/core
v0.3.0
Published
Domain-agnostic core library for Knowledge Foundry: schemas, storage, gates, and corpus pipeline operations.
Maintainers
Readme
@knowledge-foundry/core
Domain-agnostic core library for Knowledge Foundry: zod schemas for every artefact, the storage layout, deterministic license/safety/citation/review gates, and the corpus pipeline operations (source registry → ingestion → normalization → chunking → tagging → claims → risk → conflicts → reviews → releases → evals).
Most users want the CLI instead:
npm install -g @knowledge-foundry/cli
kf init-domain demo && kf validate-domain demoUse this package directly when embedding the pipeline in your own tooling:
import { preIngestGate, evaluateReviewWorkflow, buildRelease } from '@knowledge-foundry/core';All gates are pure functions — license, safety, citation, and review-quorum rules are code, never LLM judgment. See the repository documentation for the full architecture.
MIT © XploreOS
