@aigne/example-workflow-code-execution 1.15.0 → 1.15.2

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/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -59,7 +59,7 @@ npx -y @aigne/example-workflow-code-execution
59
59
  npx -y @aigne/example-workflow-code-execution --chat
60
60
 
61
61
  # Use pipeline input
62
- echo "Calculate 15!" | npx -y @aigne/example-workflow-code-execution
62
+ echo 'Calculate 15!' | npx -y @aigne/example-workflow-code-execution
63
63
  ```
64
64
 
65
65
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/example-workflow-code-execution",
3
- "version": "1.15.0",
3
+ "version": "1.15.2",
4
4
  "description": "A demonstration of using AIGNE Framework to build a code-execution 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-code-execution",
@@ -17,14 +17,14 @@
17
17
  ],
18
18
  "dependencies": {
19
19
  "zod": "^3.24.4",
20
- "@aigne/agent-library": "^1.17.6",
21
- "@aigne/cli": "^1.18.1",
22
- "@aigne/openai": "^0.6.1",
23
- "@aigne/core": "^1.28.1"
20
+ "@aigne/agent-library": "^1.17.8",
21
+ "@aigne/cli": "^1.20.0",
22
+ "@aigne/openai": "^0.6.3",
23
+ "@aigne/core": "^1.29.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/bun": "^1.2.9",
27
- "@aigne/test-utils": "^0.4.13"
27
+ "@aigne/test-utils": "^0.4.15"
28
28
  },
29
29
  "scripts": {
30
30
  "start": "bun run index.ts",