rust-kgdb 0.8.19 → 0.8.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -1
- package/index.d.ts +0 -3012
- package/index.js +1 -199
- package/package.json +1 -1
- package/CLAUDE.md +0 -192
- package/ontology/agent-memory.ttl +0 -421
- package/rust-kgdb-napi.darwin-x64.node +0 -0
package/README.md
CHANGED
|
@@ -109,7 +109,7 @@ That's **real SPARQL**, **real results**, **real proofs**. No mocking. No hardco
|
|
|
109
109
|
|
|
110
110
|
### Demo Validation Results (2025-12-24)
|
|
111
111
|
|
|
112
|
-
All demos verified
|
|
112
|
+
All demos verified and passing. See [hypermind-examples](https://github.com/gonnect-uk/hypermind-examples).
|
|
113
113
|
|
|
114
114
|
| Demo | Tests | Pass Rate | What You'll See |
|
|
115
115
|
|------|-------|-----------|-----------------|
|
|
@@ -127,6 +127,13 @@ All demos verified from local execution. See [hypermind-examples](https://github
|
|
|
127
127
|
- Proofs are SHA-256 hashes over canonical derivation chains
|
|
128
128
|
- LLM is optional—core reasoning is deterministic
|
|
129
129
|
|
|
130
|
+
**Key Features Demonstrated:**
|
|
131
|
+
- ThinkingReasoner with OWL property auto-detection
|
|
132
|
+
- RDF2Vec embeddings (384D, trained in-memory)
|
|
133
|
+
- HyperFederate (KGDB + Snowflake + BigQuery)
|
|
134
|
+
- Cryptographic proofs (SHA-256 per derivation)
|
|
135
|
+
- Episodic memory for pattern matching
|
|
136
|
+
|
|
130
137
|
---
|
|
131
138
|
|
|
132
139
|
## What's New in v0.8.7
|