@aigne/example-workflow-orchestrator 1.14.1-beta.9 → 1.15.0-beta.10

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
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.15.0-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/example-workflow-orchestrator-v1.15.0-beta.9...example-workflow-orchestrator-v1.15.0-beta.10) (2025-12-26)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/agent-library bumped to 1.24.0-beta.9
11
+ * @aigne/cli bumped to 1.59.0-beta.10
12
+
13
+ ## [1.15.0-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/example-workflow-orchestrator-v1.14.1-beta.9...example-workflow-orchestrator-v1.15.0-beta.9) (2025-12-26)
14
+
15
+
16
+ ### Features
17
+
18
+ * **core:** add session history support ([#858](https://github.com/AIGNE-io/aigne-framework/issues/858)) ([28a070e](https://github.com/AIGNE-io/aigne-framework/commit/28a070ed33b821d1fd344b899706d817ca992b9f))
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * The following workspace dependencies were updated
24
+ * dependencies
25
+ * @aigne/agent-library bumped to 1.24.0-beta.8
26
+ * @aigne/cli bumped to 1.59.0-beta.9
27
+ * devDependencies
28
+ * @aigne/test-utils bumped to 0.5.69-beta.7
29
+
3
30
  ## [1.14.1-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/example-workflow-orchestrator-v1.14.1-beta.8...example-workflow-orchestrator-v1.14.1-beta.9) (2025-12-25)
4
31
 
5
32
 
@@ -35,6 +35,9 @@ state_management:
35
35
  max_tokens: 100000 # Optional: limit the total tokens used for state management
36
36
  keep_recent: 20 # Optional: keep only the most recent N states in memory
37
37
 
38
+ history_config:
39
+ record: true
40
+
38
41
  afs:
39
42
  modules:
40
43
  - module: history
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/example-workflow-orchestrator",
3
- "version": "1.14.1-beta.9",
3
+ "version": "1.15.0-beta.10",
4
4
  "description": "A demonstration of using AIGNE Framework to build a orchestrator workflow",
5
5
  "author": "Arcblock <blocklet@arcblock.io> https://github.com/blocklet",
6
6
  "homepage": "https://github.com/AIGNE-io/aigne-framework/tree/main/examples/workflow-orchestrator",
@@ -11,12 +11,12 @@
11
11
  },
12
12
  "bin": "aigne.yaml",
13
13
  "dependencies": {
14
- "@aigne/agent-library": "^1.24.0-beta.7",
15
- "@aigne/cli": "^1.59.0-beta.8"
14
+ "@aigne/agent-library": "^1.24.0-beta.9",
15
+ "@aigne/cli": "^1.59.0-beta.10"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/bun": "^1.2.22",
19
- "@aigne/test-utils": "^0.5.69-beta.6"
19
+ "@aigne/test-utils": "^0.5.69-beta.7"
20
20
  },
21
21
  "scripts": {
22
22
  "start": "aigne run ."