@aigne/example-workflow-orchestrator 1.15.1-beta → 1.74.0-beta

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 (3) hide show
  1. package/README.md +5 -5
  2. package/package.json +15 -7
  3. package/CHANGELOG.md +0 -3421
package/README.md CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  <p align="center">
4
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" />
5
+ <source srcset="https://raw.githubusercontent.com/ArcBlock/aigne-framework/main/logo-dark.svg" media="(prefers-color-scheme: dark)">
6
+ <source srcset="https://raw.githubusercontent.com/ArcBlock/aigne-framework/main/logo.svg" media="(prefers-color-scheme: light)">
7
+ <img src="https://raw.githubusercontent.com/ArcBlock/aigne-framework/main/logo.svg" alt="AIGNE Logo" width="400" />
8
8
  </picture>
9
9
  </p>
10
10
 
11
- This is a demonstration of using [AIGNE Framework](https://github.com/AIGNE-io/aigne-framework) to build an orchestrator workflow using YAML configuration. The orchestrator pattern enables autonomous task planning and execution through a planner-worker-completer architecture.
11
+ This is a demonstration of using [AIGNE Framework](https://github.com/ArcBlock/aigne-framework) to build an orchestrator workflow using YAML configuration. The orchestrator pattern enables autonomous task planning and execution through a planner-worker-completer architecture.
12
12
 
13
13
  ## 💡 Key Concept
14
14
 
@@ -209,7 +209,7 @@ View a list of recent executions.
209
209
  ### Clone the Repository
210
210
 
211
211
  ```bash
212
- git clone https://github.com/AIGNE-io/aigne-framework
212
+ git clone https://github.com/ArcBlock/aigne-framework
213
213
  ```
214
214
 
215
215
  ### Install Dependencies
package/package.json CHANGED
@@ -1,22 +1,30 @@
1
1
  {
2
2
  "name": "@aigne/example-workflow-orchestrator",
3
- "version": "1.15.1-beta",
3
+ "version": "1.74.0-beta",
4
4
  "description": "A demonstration of using AIGNE Framework to build a orchestrator workflow",
5
- "author": "Arcblock <blocklet@arcblock.io> https://github.com/blocklet",
6
- "homepage": "https://github.com/AIGNE-io/aigne-framework/tree/main/examples/workflow-orchestrator",
7
5
  "license": "MIT",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "author": "Arcblock <blocklet@arcblock.io> https://github.com/blocklet",
10
+ "homepage": "https://www.aigne.io/framework",
8
11
  "repository": {
9
12
  "type": "git",
10
- "url": "git+https://github.com/AIGNE-io/aigne-framework"
13
+ "url": "git+https://github.com/ArcBlock/aigne-framework"
14
+ },
15
+ "bugs": {
16
+ "url": "https://github.com/ArcBlock/aigne-framework/issues"
11
17
  },
18
+ "type": "module",
12
19
  "bin": "aigne.yaml",
13
20
  "dependencies": {
14
- "@aigne/agent-library": "^1.24.0",
15
- "@aigne/cli": "^1.59.1-beta"
21
+ "@aigne/agent-library": "^1.74.0-beta",
22
+ "@aigne/cli": "^1.74.0-beta"
16
23
  },
17
24
  "devDependencies": {
18
25
  "@types/bun": "^1.2.22",
19
- "@aigne/test-utils": "^0.5.69"
26
+ "@aigne/typescript-config": "0.0.0",
27
+ "@aigne/utils": "^1.74.0-beta"
20
28
  },
21
29
  "scripts": {
22
30
  "start": "aigne run ."