@aigne/agent-library 1.4.0 → 1.6.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 +19 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  - chore: release 1.2.0
4
4
 
5
+ ## [1.6.0](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.5.0...agent-library-v1.6.0) (2025-04-22)
6
+
7
+
8
+ ### Features
9
+
10
+ * **stream:** add streaming output support for agent ([#73](https://github.com/AIGNE-io/aigne-framework/issues/73)) ([5f3ea4b](https://github.com/AIGNE-io/aigne-framework/commit/5f3ea4bccda7c8c457d6e9518b3d6a8b254ec041))
11
+
12
+ ## [1.5.0](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.4.0...agent-library-v1.5.0) (2025-04-15)
13
+
14
+
15
+ ### Features
16
+
17
+ * add TerminalTracer for better UX in terminal ([#56](https://github.com/AIGNE-io/aigne-framework/issues/56)) ([9875a5d](https://github.com/AIGNE-io/aigne-framework/commit/9875a5d46abb55073340ffae841fed6bd6b83ff4))
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * remove usage of new Node.js exists API for compatibility ([#57](https://github.com/AIGNE-io/aigne-framework/issues/57)) ([c10cc08](https://github.com/AIGNE-io/aigne-framework/commit/c10cc086d8ecd0744f38cdb1367d4c8816b723b3))
23
+
5
24
  ## [1.4.0](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.3.2...agent-library-v1.4.0) (2025-04-08)
6
25
 
7
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/agent-library",
3
- "version": "1.4.0",
3
+ "version": "1.6.0",
4
4
  "description": "Collection of agent libraries for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -41,13 +41,13 @@
41
41
  "dependencies": {
42
42
  "fastq": "^1.19.1",
43
43
  "zod": "^3.24.2",
44
- "@aigne/core": "^1.6.0"
44
+ "@aigne/core": "^1.10.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@types/bun": "^1.2.8",
47
+ "@types/bun": "^1.2.9",
48
48
  "npm-run-all": "^4.1.5",
49
49
  "rimraf": "^6.0.1",
50
- "typescript": "^5.8.2"
50
+ "typescript": "^5.8.3"
51
51
  },
52
52
  "scripts": {
53
53
  "lint": "tsc --noEmit",