@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 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 built on OSF/LIFE psi-term formalism.
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, OSF search, NL query |
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 |
package/dist/index.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  // src/config.ts
4
- var SDK_VERSION = "0.1.4";
4
+ var SDK_VERSION = "0.1.6";
5
5
  function resolveConfig(config) {
6
6
  if (!config.baseUrl) {
7
7
  throw new Error("ClientConfig.baseUrl is required");