@aigne/agent-library 1.21.56-beta.1 → 1.22.0

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 +45 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,51 @@
7
7
  * @aigne/core bumped to 1.22.0
8
8
  * @aigne/openai bumped to 0.3.4
9
9
 
10
+ ## [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
+
12
+
13
+ ### Dependencies
14
+
15
+ * The following workspace dependencies were updated
16
+ * dependencies
17
+ * @aigne/core bumped to 1.69.0
18
+ * @aigne/openai bumped to 0.16.10
19
+ * @aigne/sqlite bumped to 0.4.6
20
+
21
+ ## [1.22.0-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.22.0-beta.1...agent-library-v1.22.0-beta.2) (2025-11-19)
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * dependencies
28
+ * @aigne/core bumped to 1.69.0-beta.2
29
+ * @aigne/openai bumped to 0.16.10-beta.3
30
+
31
+ ## [1.22.0-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.56-beta.1...agent-library-v1.22.0-beta.1) (2025-11-18)
32
+
33
+
34
+ ### Features
35
+
36
+ * **memory:** support did space memory adapter ([#229](https://github.com/AIGNE-io/aigne-framework/issues/229)) ([6f69b64](https://github.com/AIGNE-io/aigne-framework/commit/6f69b64e98b963db9d6ab5357306b445385eaa68))
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
42
+ * **cli:** log only once in loadAIGNE ([#357](https://github.com/AIGNE-io/aigne-framework/issues/357)) ([6e6d968](https://github.com/AIGNE-io/aigne-framework/commit/6e6d96814fbc87f210522ae16daf94c1f84f311a))
43
+ * **core:** make getCredential async for aigne-hub mount point retrieval ([#372](https://github.com/AIGNE-io/aigne-framework/issues/372)) ([34ce7a6](https://github.com/AIGNE-io/aigne-framework/commit/34ce7a645fa83994d3dfe0f29ca70098cfecac9c))
44
+ * update deps compatibility in CommonJS environment ([#580](https://github.com/AIGNE-io/aigne-framework/issues/580)) ([a1e35d0](https://github.com/AIGNE-io/aigne-framework/commit/a1e35d016405accb51c1aeb6a544503a1c78e912))
45
+
46
+
47
+ ### Dependencies
48
+
49
+ * The following workspace dependencies were updated
50
+ * dependencies
51
+ * @aigne/core bumped to 1.69.0-beta.1
52
+ * @aigne/openai bumped to 0.16.10-beta.2
53
+ * @aigne/sqlite bumped to 0.4.6-beta.2
54
+
10
55
  ## [1.21.56-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.56-beta...agent-library-v1.21.56-beta.1) (2025-11-18)
11
56
 
12
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/agent-library",
3
- "version": "1.21.56-beta.1",
3
+ "version": "1.22.0",
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.68.3-beta.1",
53
- "@aigne/sqlite": "^0.4.6-beta.1",
54
- "@aigne/openai": "^0.16.10-beta.1"
52
+ "@aigne/core": "^1.69.0",
53
+ "@aigne/sqlite": "^0.4.6",
54
+ "@aigne/openai": "^0.16.10"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/bun": "^1.2.22",