@aigne/agent-library 1.21.15 → 1.21.17

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.17](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.16...agent-library-v1.21.17) (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.48.0
18
+ * @aigne/openai bumped to 0.10.17
19
+
20
+ ## [1.21.16](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.15...agent-library-v1.21.16) (2025-08-11)
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * The following workspace dependencies were updated
26
+ * dependencies
27
+ * @aigne/core bumped to 1.47.0
28
+ * @aigne/openai bumped to 0.10.16
15
29
 
16
30
  ## [1.21.15](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.14...agent-library-v1.21.15) (2025-08-08)
17
31
 
@@ -427,6 +441,14 @@
427
441
  * @aigne/core bumped to 1.23.0
428
442
  * @aigne/openai bumped to 0.3.5
429
443
 
444
+ ## [1.15.0](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.14.0...agent-library-v1.15.0) (2025-06-24)
445
+
446
+
447
+ ### Features
448
+
449
+ * 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))
450
+
451
+
430
452
  ## [1.14.0](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.13.2...agent-library-v1.14.0) (2025-06-20)
431
453
 
432
454
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/agent-library",
3
- "version": "1.21.15",
3
+ "version": "1.21.17",
4
4
  "description": "Collection of agent libraries for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -49,9 +49,9 @@
49
49
  "uuid": "^11.1.0",
50
50
  "yaml": "^2.8.0",
51
51
  "zod": "^3.25.67",
52
- "@aigne/core": "^1.46.1",
52
+ "@aigne/openai": "^0.10.17",
53
53
  "@aigne/sqlite": "^0.4.0",
54
- "@aigne/openai": "^0.10.15"
54
+ "@aigne/core": "^1.48.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/bun": "^1.2.18",