OKF Store is an ODC app providing entity storage, ingestion, and trust-aware read access for Open Knowledge Format (OKF) v0.2 knowledge bundles.
It ingests a bundle from a zip archive, parses every concept's frontmatter through OkfParsingLibrary, and persists concepts, tags, sources, verifications, and resolved links between concepts. Trust tier and lifecycle status are derived at query time from the underlying records rather than stored directly, so they always reflect a concept's actual verification history rather than a value that could drift out of sync.
A set of service actions expose bundle discovery, concept retrieval by path, filtered multi-concept search, and link traversal in both directions. These are designed to be called directly or wrapped as agent tools, as OKF Agent does on top of this app.
OKF Store implements the consumer side of OKF v0.2, reading and storing conformant bundles. There is no producer or export action in this release.
https://opensource.org/license/BSD-3-Clause