@aigne/agent-library 1.24.0-beta.25 → 1.24.0-beta.26

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@
7
7
  * @aigne/core bumped to 1.22.0
8
8
  * @aigne/openai bumped to 0.3.4
9
9
 
10
+ ## [1.24.0-beta.26](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.24.0-beta.25...agent-library-v1.24.0-beta.26) (2026-01-16)
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * The following workspace dependencies were updated
16
+ * dependencies
17
+ * @aigne/core bumped to 1.72.0-beta.24
18
+ * @aigne/openai bumped to 0.16.16-beta.24
19
+ * devDependencies
20
+ * @aigne/test-utils bumped to 0.5.69-beta.24
21
+
10
22
  ## [1.24.0-beta.25](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.24.0-beta.24...agent-library-v1.24.0-beta.25) (2026-01-15)
11
23
 
12
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/agent-library",
3
- "version": "1.24.0-beta.25",
3
+ "version": "1.24.0-beta.26",
4
4
  "description": "Collection of agent libraries for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -57,16 +57,16 @@
57
57
  "yaml": "^2.8.1",
58
58
  "zod": "^3.25.67",
59
59
  "zod-to-json-schema": "^3.24.6",
60
- "@aigne/core": "^1.72.0-beta.23",
61
- "@aigne/sqlite": "^0.4.9-beta.2",
62
- "@aigne/openai": "^0.16.16-beta.23"
60
+ "@aigne/core": "^1.72.0-beta.24",
61
+ "@aigne/openai": "^0.16.16-beta.24",
62
+ "@aigne/sqlite": "^0.4.9-beta.2"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@types/bun": "^1.2.22",
66
66
  "npm-run-all": "^4.1.5",
67
67
  "rimraf": "^6.0.1",
68
68
  "typescript": "^5.9.2",
69
- "@aigne/test-utils": "^0.5.69-beta.23"
69
+ "@aigne/test-utils": "^0.5.69-beta.24"
70
70
  },
71
71
  "scripts": {
72
72
  "lint": "tsc --noEmit",