@aigne/agent-library 1.22.3 → 1.22.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,26 @@
7
7
  * @aigne/core bumped to 1.22.0
8
8
  * @aigne/openai bumped to 0.3.4
9
9
 
10
+ ## [1.22.4](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.22.4-beta...agent-library-v1.22.4) (2025-12-06)
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * The following workspace dependencies were updated
16
+ * dependencies
17
+ * @aigne/core bumped to 1.70.1
18
+ * @aigne/openai bumped to 0.16.14
19
+
20
+ ## [1.22.4-beta](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.22.3...agent-library-v1.22.4-beta) (2025-12-06)
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * The following workspace dependencies were updated
26
+ * dependencies
27
+ * @aigne/core bumped to 1.70.1-beta
28
+ * @aigne/openai bumped to 0.16.14-beta
29
+
10
30
  ## [1.22.3](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.22.3-beta.1...agent-library-v1.22.3) (2025-12-05)
11
31
 
12
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/agent-library",
3
- "version": "1.22.3",
3
+ "version": "1.22.4",
4
4
  "description": "Collection of agent libraries for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -49,9 +49,9 @@
49
49
  "jsonschema": "^1.5.0",
50
50
  "yaml": "^2.8.1",
51
51
  "zod": "^3.25.67",
52
- "@aigne/core": "^1.70.0",
53
- "@aigne/sqlite": "^0.4.7",
54
- "@aigne/openai": "^0.16.13"
52
+ "@aigne/core": "^1.70.1",
53
+ "@aigne/openai": "^0.16.14",
54
+ "@aigne/sqlite": "^0.4.7"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/bun": "^1.2.22",