@kortexya/reasoninglayer 0.1.4 → 0.1.6
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 +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @kortexya/reasoninglayer
|
|
2
2
|
|
|
3
|
-
TypeScript SDK for the [Reasoning Layer](https://kortexya.com) API — a knowledge representation and reasoning engine
|
|
3
|
+
TypeScript SDK for the [Reasoning Layer](https://kortexya.com) API — a knowledge representation and reasoning engine.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
@@ -83,7 +83,7 @@ console.log(result.solutions); // Solutions with bindings
|
|
|
83
83
|
| `sorts` | Sort hierarchy | create, GLB/LUB, compare, similarity |
|
|
84
84
|
| `terms` | Psi-terms | CRUD, bulk create, validation |
|
|
85
85
|
| `inference` | Inference engine | rules, facts, backward/forward chaining, fuzzy, Bayesian, NAF |
|
|
86
|
-
| `query` | Query | unifiable, by-sort,
|
|
86
|
+
| `query` | Query | unifiable, by-sort, structured search, NL query |
|
|
87
87
|
| `cognitive` | Cognitive agents | BDI cycle, beliefs, goals, messaging, WebSocket events |
|
|
88
88
|
| `fuzzy` | Fuzzy logic | unify, merge, subsumption, top-K search |
|
|
89
89
|
| `constraints` | Constraints | arithmetic solving, graph visualization |
|