@aigne/example-nano-banana 1.2.6-beta.3 → 1.2.6-beta.30

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 +8 -8
package/README.md CHANGED
@@ -26,7 +26,7 @@ This example demonstrates how to create a chatbot with image capabilities using
26
26
  npx -y @aigne/example-nano-banana --input 'Draw an image of a lovely cat'
27
27
 
28
28
  # Run in interactive chat mode
29
- npx -y @aigne/example-nano-banana --chat
29
+ npx -y @aigne/example-nano-banana --interactive
30
30
  ```
31
31
 
32
32
  ### Connect to an AI Model
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/example-nano-banana",
3
- "version": "1.2.6-beta.3",
3
+ "version": "1.2.6-beta.30",
4
4
  "description": "A demonstration of using AIGNE Framework for image generating or editing.",
5
5
  "author": "Arcblock <blocklet@arcblock.io> https://github.com/blocklet",
6
6
  "homepage": "https://github.com/AIGNE-io/aigne-framework/tree/main/examples/nano-banana",
@@ -16,16 +16,16 @@
16
16
  "README.md"
17
17
  ],
18
18
  "dependencies": {
19
- "@aigne/agent-library": "^1.24.0-beta.3",
20
- "@aigne/cli": "^1.59.0-beta.2",
21
- "@aigne/aigne-hub": "^0.10.16-beta.3",
22
- "@aigne/default-memory": "^1.3.6-beta.3",
23
- "@aigne/fs-memory": "^1.1.6-beta.3",
24
- "@aigne/core": "^1.72.0-beta.3"
19
+ "@aigne/agent-library": "^1.24.0-beta.25",
20
+ "@aigne/aigne-hub": "^0.10.16-beta.29",
21
+ "@aigne/cli": "^1.59.0-beta.29",
22
+ "@aigne/default-memory": "^1.4.0-beta.22",
23
+ "@aigne/core": "^1.72.0-beta.23",
24
+ "@aigne/fs-memory": "^1.2.0-beta.22"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/bun": "^1.2.22",
28
- "@aigne/test-utils": "^0.5.69-beta.3"
28
+ "@aigne/test-utils": "^0.5.69-beta.23"
29
29
  },
30
30
  "scripts": {
31
31
  "start": "bun run index.ts",