Dynamic Ontology v1.9
Dynamic Ontology v1.9
Schema-first knowledge graph construction with coverage governance signals.
New Features
- GroundingMetadata - Canonical URIs for normalized entities
- CoverageSignal - Quality governance signals
- SchemaSignal - Entity extraction with confidence scores
- HgncNormalizer - Gene normalization (EGFR, TP53, KRAS, etc.)
Feature Gates
| Feature | Description |
|---|---|
ontology |
Core generic types (default) |
medical |
Medical entity types |
hgnc |
HGNC gene normalization |
No Vector Embeddings Required
Uses existing Aho-Corasick automata + fuzzy matching. Fast, deterministic, explainable.
Published to crates.io
terraphim_types = "1.6.0"Install with:
cargo add terraphim_typesDocumentation
See docs/src/dynamic-ontology.md
Test It
cargo run --example kg_normalization -p terraphim_types
cargo run --example ontology_usage -p terraphim_types --features hgncSource Code
The multi-agent workflow code is in the repository. Clone and build:
git clone https://github.com/terraphim/terraphim-ai.git
cd terraphim-ai
cargo build -p terraphim_multi_agent