@aigne/agent-library 1.21.16 → 1.21.18

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 +27 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,17 +1,31 @@
1
- ## [1.15.0](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.14.0...agent-library-v1.15.0) (2025-06-24)
1
+ # Changelog
2
2
 
3
+ ### Dependencies
3
4
 
4
- ### Features
5
+ * The following workspace dependencies were updated
6
+ * dependencies
7
+ * @aigne/core bumped to 1.22.0
8
+ * @aigne/openai bumped to 0.3.4
5
9
 
6
- * support observability for cli and blocklet ([#155](https://github.com/AIGNE-io/aigne-framework/issues/155)) ([5baa705](https://github.com/AIGNE-io/aigne-framework/commit/5baa705a33cfdba1efc5ccbe18674c27513ca97d))
10
+ ## [1.21.18](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.17...agent-library-v1.21.18) (2025-08-12)
7
11
 
8
12
 
9
13
  ### Dependencies
10
14
 
11
15
  * The following workspace dependencies were updated
12
16
  * dependencies
13
- * @aigne/core bumped to 1.22.0
14
- * @aigne/openai bumped to 0.3.4
17
+ * @aigne/core bumped to 1.49.0
18
+ * @aigne/openai bumped to 0.11.0
19
+
20
+ ## [1.21.17](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.16...agent-library-v1.21.17) (2025-08-12)
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * The following workspace dependencies were updated
26
+ * dependencies
27
+ * @aigne/core bumped to 1.48.0
28
+ * @aigne/openai bumped to 0.10.17
15
29
 
16
30
  ## [1.21.16](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.15...agent-library-v1.21.16) (2025-08-11)
17
31
 
@@ -437,6 +451,14 @@
437
451
  * @aigne/core bumped to 1.23.0
438
452
  * @aigne/openai bumped to 0.3.5
439
453
 
454
+ ## [1.15.0](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.14.0...agent-library-v1.15.0) (2025-06-24)
455
+
456
+
457
+ ### Features
458
+
459
+ * support observability for cli and blocklet ([#155](https://github.com/AIGNE-io/aigne-framework/issues/155)) ([5baa705](https://github.com/AIGNE-io/aigne-framework/commit/5baa705a33cfdba1efc5ccbe18674c27513ca97d))
460
+
461
+
440
462
  ## [1.14.0](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.13.2...agent-library-v1.14.0) (2025-06-20)
441
463
 
442
464
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/agent-library",
3
- "version": "1.21.16",
3
+ "version": "1.21.18",
4
4
  "description": "Collection of agent libraries for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -49,8 +49,8 @@
49
49
  "uuid": "^11.1.0",
50
50
  "yaml": "^2.8.0",
51
51
  "zod": "^3.25.67",
52
- "@aigne/core": "^1.47.0",
53
- "@aigne/openai": "^0.10.16",
52
+ "@aigne/core": "^1.49.0",
53
+ "@aigne/openai": "^0.11.0",
54
54
  "@aigne/sqlite": "^0.4.0"
55
55
  },
56
56
  "devDependencies": {