@kortexya/reasoninglayer 0.1.5 → 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 +1 -1
- 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
|
@@ -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 |
|