@aigne/agent-library 1.22.0 → 1.22.2-beta

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 +36 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,42 @@
7
7
  * @aigne/core bumped to 1.22.0
8
8
  * @aigne/openai bumped to 0.3.4
9
9
 
10
+ ## [1.22.2-beta](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.22.1...agent-library-v1.22.2-beta) (2025-11-28)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * The following workspace dependencies were updated
21
+ * dependencies
22
+ * @aigne/core bumped to 1.69.2-beta
23
+ * @aigne/openai bumped to 0.16.12-beta
24
+ * @aigne/sqlite bumped to 0.4.7-beta
25
+
26
+ ## [1.22.1](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.22.1-beta...agent-library-v1.22.1) (2025-11-28)
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @aigne/core bumped to 1.69.1
34
+ * @aigne/openai bumped to 0.16.11
35
+
36
+ ## [1.22.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.22.0...agent-library-v1.22.1-beta) (2025-11-24)
37
+
38
+
39
+ ### Dependencies
40
+
41
+ * The following workspace dependencies were updated
42
+ * dependencies
43
+ * @aigne/core bumped to 1.69.1-beta
44
+ * @aigne/openai bumped to 0.16.11-beta
45
+
10
46
  ## [1.22.0](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.22.0-beta.2...agent-library-v1.22.0) (2025-11-21)
11
47
 
12
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/agent-library",
3
- "version": "1.22.0",
3
+ "version": "1.22.2-beta",
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.69.0",
53
- "@aigne/sqlite": "^0.4.6",
54
- "@aigne/openai": "^0.16.10"
52
+ "@aigne/core": "^1.69.2-beta",
53
+ "@aigne/openai": "^0.16.12-beta",
54
+ "@aigne/sqlite": "^0.4.7-beta"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/bun": "^1.2.22",