@tangle-network/agent-knowledge 5.0.2 → 5.0.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.0.4
4
+
5
+ ### Changed
6
+
7
+ - Updated `@tangle-network/agent-eval` to `0.128.2` for canonical task-failure imports, reports, validation, and the exact Core 0.4.21 and Interface 0.33 dependencies.
8
+ - Updated `@tangle-network/agent-interface` to `0.33.0` so Knowledge and Runtime share the current certified context contract.
9
+
10
+ ## 5.0.3
11
+
12
+ ### Changed
13
+
14
+ - Updated `@tangle-network/agent-eval` to `0.127.0` and adopted its explicit run outcome, cost provenance, and scenario identity contract.
15
+ - Allowed filesystem-heavy lifecycle tests enough time to complete under shared-runner load.
16
+
3
17
  ## 5.0.2
4
18
 
5
19
  ### Changed
package/README.md CHANGED
@@ -9,7 +9,7 @@ Supply application callbacks for those decisions, or use `@tangle-network/agent-
9
9
  ## Install
10
10
 
11
11
  ```bash
12
- pnpm add @tangle-network/agent-knowledge @tangle-network/agent-eval@0.126.6
12
+ pnpm add @tangle-network/agent-knowledge @tangle-network/agent-eval@0.128.2
13
13
  ```
14
14
 
15
15
  Requires Node.js 20.19 or later.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-knowledge",
3
- "version": "5.0.2",
3
+ "version": "5.0.4",
4
4
  "description": "Build, search, evaluate, and improve source-backed knowledge bases.",
5
5
  "homepage": "https://github.com/tangle-network/agent-knowledge#readme",
6
6
  "repository": {
@@ -73,8 +73,8 @@
73
73
  "verify:official-optimizers": "node scripts/verify-official-optimizers.mjs"
74
74
  },
75
75
  "dependencies": {
76
- "@tangle-network/agent-eval": "0.126.7",
77
- "@tangle-network/agent-interface": "^0.32.0",
76
+ "@tangle-network/agent-eval": "0.128.2",
77
+ "@tangle-network/agent-interface": "0.33.0",
78
78
  "proper-lockfile": "4.1.2",
79
79
  "zod": "^4.4.3"
80
80
  },
@@ -85,7 +85,7 @@
85
85
  "@types/proper-lockfile": "4.1.4",
86
86
  "mem0ai": "3.1.1",
87
87
  "tsup": "^8.0.0",
88
- "typescript": "^5.9.3",
88
+ "typescript": "^6.0.3",
89
89
  "vite": "8.1.5",
90
90
  "vitest": "^4.1.10"
91
91
  },
@@ -109,5 +109,5 @@
109
109
  "node": ">=20.19.0"
110
110
  },
111
111
  "license": "MIT",
112
- "packageManager": "pnpm@10.28.0"
112
+ "packageManager": "pnpm@10.34.5"
113
113
  }