@aigne/agent-library 1.21.48-beta → 1.21.48-beta.10

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 +100 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,106 @@
7
7
  * @aigne/core bumped to 1.22.0
8
8
  * @aigne/openai bumped to 0.3.4
9
9
 
10
+ ## [1.21.48-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.48-beta.9...agent-library-v1.21.48-beta.10) (2025-10-16)
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * The following workspace dependencies were updated
16
+ * dependencies
17
+ * @aigne/core bumped to 1.63.0-beta.10
18
+ * @aigne/openai bumped to 0.16.2-beta.10
19
+
20
+ ## [1.21.48-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.48-beta.8...agent-library-v1.21.48-beta.9) (2025-10-16)
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * The following workspace dependencies were updated
26
+ * dependencies
27
+ * @aigne/core bumped to 1.63.0-beta.9
28
+ * @aigne/openai bumped to 0.16.2-beta.9
29
+
30
+ ## [1.21.48-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.48-beta.7...agent-library-v1.21.48-beta.8) (2025-10-16)
31
+
32
+
33
+ ### Dependencies
34
+
35
+ * The following workspace dependencies were updated
36
+ * dependencies
37
+ * @aigne/core bumped to 1.63.0-beta.8
38
+ * @aigne/openai bumped to 0.16.2-beta.8
39
+
40
+ ## [1.21.48-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.48-beta.6...agent-library-v1.21.48-beta.7) (2025-10-15)
41
+
42
+
43
+ ### Dependencies
44
+
45
+ * The following workspace dependencies were updated
46
+ * dependencies
47
+ * @aigne/core bumped to 1.63.0-beta.7
48
+ * @aigne/openai bumped to 0.16.2-beta.7
49
+
50
+ ## [1.21.48-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.48-beta.5...agent-library-v1.21.48-beta.6) (2025-10-15)
51
+
52
+
53
+ ### Dependencies
54
+
55
+ * The following workspace dependencies were updated
56
+ * dependencies
57
+ * @aigne/core bumped to 1.63.0-beta.6
58
+ * @aigne/openai bumped to 0.16.2-beta.6
59
+
60
+ ## [1.21.48-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.48-beta.4...agent-library-v1.21.48-beta.5) (2025-10-13)
61
+
62
+
63
+ ### Dependencies
64
+
65
+ * The following workspace dependencies were updated
66
+ * dependencies
67
+ * @aigne/core bumped to 1.63.0-beta.5
68
+ * @aigne/openai bumped to 0.16.2-beta.5
69
+
70
+ ## [1.21.48-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.48-beta.3...agent-library-v1.21.48-beta.4) (2025-10-12)
71
+
72
+
73
+ ### Dependencies
74
+
75
+ * The following workspace dependencies were updated
76
+ * dependencies
77
+ * @aigne/core bumped to 1.63.0-beta.4
78
+ * @aigne/openai bumped to 0.16.2-beta.4
79
+
80
+ ## [1.21.48-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.48-beta.2...agent-library-v1.21.48-beta.3) (2025-10-11)
81
+
82
+
83
+ ### Dependencies
84
+
85
+ * The following workspace dependencies were updated
86
+ * dependencies
87
+ * @aigne/core bumped to 1.63.0-beta.3
88
+ * @aigne/openai bumped to 0.16.2-beta.3
89
+
90
+ ## [1.21.48-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.48-beta.1...agent-library-v1.21.48-beta.2) (2025-10-09)
91
+
92
+
93
+ ### Dependencies
94
+
95
+ * The following workspace dependencies were updated
96
+ * dependencies
97
+ * @aigne/core bumped to 1.63.0-beta.2
98
+ * @aigne/openai bumped to 0.16.2-beta.2
99
+
100
+ ## [1.21.48-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.48-beta...agent-library-v1.21.48-beta.1) (2025-10-09)
101
+
102
+
103
+ ### Dependencies
104
+
105
+ * The following workspace dependencies were updated
106
+ * dependencies
107
+ * @aigne/core bumped to 1.63.0-beta.1
108
+ * @aigne/openai bumped to 0.16.2-beta.1
109
+
10
110
  ## [1.21.48-beta](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.47...agent-library-v1.21.48-beta) (2025-10-07)
11
111
 
12
112
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/agent-library",
3
- "version": "1.21.48-beta",
3
+ "version": "1.21.48-beta.10",
4
4
  "description": "Collection of agent libraries for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -49,8 +49,8 @@
49
49
  "jsonschema": "^1.5.0",
50
50
  "yaml": "^2.8.1",
51
51
  "zod": "^3.25.67",
52
- "@aigne/core": "^1.63.0-beta",
53
- "@aigne/openai": "^0.16.2-beta",
52
+ "@aigne/core": "^1.63.0-beta.10",
53
+ "@aigne/openai": "^0.16.2-beta.10",
54
54
  "@aigne/sqlite": "^0.4.3-beta"
55
55
  },
56
56
  "devDependencies": {