@aigne/agent-library 1.21.9 → 1.21.11

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.
package/CHANGELOG.md CHANGED
@@ -13,6 +13,26 @@
13
13
  * @aigne/core bumped to 1.22.0
14
14
  * @aigne/openai bumped to 0.3.4
15
15
 
16
+ ## [1.21.11](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.10...agent-library-v1.21.11) (2025-08-05)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * The following workspace dependencies were updated
22
+ * dependencies
23
+ * @aigne/core bumped to 1.43.1
24
+ * @aigne/openai bumped to 0.10.11
25
+
26
+ ## [1.21.10](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.9...agent-library-v1.21.10) (2025-08-04)
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @aigne/core bumped to 1.43.0
34
+ * @aigne/openai bumped to 0.10.10
35
+
16
36
  ## [1.21.9](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.8...agent-library-v1.21.9) (2025-08-01)
17
37
 
18
38
 
package/README.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @aigne/agent-library
2
2
 
3
+ <p align="center">
4
+ <picture>
5
+ <source srcset="https://raw.githubusercontent.com/AIGNE-io/aigne-framework/main/logo-dark.svg" media="(prefers-color-scheme: dark)">
6
+ <source srcset="https://raw.githubusercontent.com/AIGNE-io/aigne-framework/main/logo.svg" media="(prefers-color-scheme: light)">
7
+ <img src="https://raw.githubusercontent.com/AIGNE-io/aigne-framework/main/logo.svg" alt="AIGNE Logo" width="400" />
8
+ </picture>
9
+ </p>
10
+
3
11
  [![GitHub star chart](https://img.shields.io/github/stars/AIGNE-io/aigne-framework?style=flat-square)](https://star-history.com/#AIGNE-io/aigne-framework)
4
12
  [![Open Issues](https://img.shields.io/github/issues-raw/AIGNE-io/aigne-framework?style=flat-square)](https://github.com/AIGNE-io/aigne-framework/issues)
5
13
  [![codecov](https://codecov.io/gh/AIGNE-io/aigne-framework/graph/badge.svg?token=DO07834RQL)](https://codecov.io/gh/AIGNE-io/aigne-framework)
package/package.json CHANGED
@@ -1,17 +1,20 @@
1
1
  {
2
2
  "name": "@aigne/agent-library",
3
- "version": "1.21.9",
3
+ "version": "1.21.11",
4
4
  "description": "Collection of agent libraries for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "author": "Arcblock <blocklet@arcblock.io> https://github.com/blocklet",
9
- "homepage": "https://github.com/AIGNE-io/aigne-framework/tree/main/packages/agent-library",
9
+ "homepage": "https://www.aigne.io/framework",
10
10
  "license": "Elastic-2.0",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/AIGNE-io/aigne-framework"
14
14
  },
15
+ "bugs": {
16
+ "url": "https://github.com/AIGNE-io/aigne-framework/issues"
17
+ },
15
18
  "files": [
16
19
  "lib/cjs",
17
20
  "lib/dts",
@@ -46,9 +49,9 @@
46
49
  "uuid": "^11.1.0",
47
50
  "yaml": "^2.8.0",
48
51
  "zod": "^3.25.67",
49
- "@aigne/core": "^1.42.0",
52
+ "@aigne/core": "^1.43.1",
50
53
  "@aigne/sqlite": "^0.4.0",
51
- "@aigne/openai": "^0.10.9"
54
+ "@aigne/openai": "^0.10.11"
52
55
  },
53
56
  "devDependencies": {
54
57
  "@types/bun": "^1.2.18",