knowledge-atoms
Entity types, relationship types, provenance, fact types, and confidence primitives for RAG and semantic memory.
The foundation for RAG pipelines, semantic memory, and structured AI knowledge bases. Entity types, relationship types, provenance records, fact types, and confidence primitives as atoms — composable into knowledge graphs any agent can consume.
Catalog at v0.1.0
- 3 atoms across 3 types
- 0 knowledge bases
- 0 compatibility rules
Atom types
- entity-type — 1 atoms
- fact-type — 1 atoms
- provenance-atom — 1 atoms
Civilization-grade properties
- Typed — every atom, composition, and rule validates against a JSON Schema.
- Versioned — every atom has a semver
versionfield; compositions pin by version. - Machine-readable — /exports/catalog.json is the canonical manifest.
- Composable — compositions reference atoms by ID; references resolve in CI.
- Open — Apache-2.0 licensed.
- Durable — no external dependencies in the hot path.