@iqai/adk-cli 0.3.32 → 0.3.33

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/CHANGELOG.md +9 -0
  2. package/README.md +22 -27
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @iqai/adk-cli
2
2
 
3
+ ## 0.3.33
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7186de5]
8
+ - Updated dependencies [c2f9b02]
9
+ - Updated dependencies [1387333]
10
+ - @iqai/adk@0.6.0
11
+
3
12
  ## 0.3.32
4
13
 
5
14
  ### Patch Changes
package/README.md CHANGED
@@ -1,34 +1,29 @@
1
1
  <div align="center">
2
-
3
- <img src="https://files.catbox.moe/vumztw.png" alt="ADK TypeScript Logo" width="80" />
4
-
5
- <br/>
6
-
7
- # @iqai/adk-cli
8
-
9
- **Contributing guide for the ADK CLI package**
10
-
11
- *Setup Development Contributing • Architecture*
12
-
13
- <p align="center">
14
- <a href="https://www.npmjs.com/package/@iqai/adk-cli">
15
- <img src="https://img.shields.io/npm/v/@iqai/adk-cli" alt="NPM Version" />
16
- </a>
17
- <a href="https://www.npmjs.com/package/@iqai/adk-cli">
18
- <img src="https://img.shields.io/npm/dm/@iqai/adk-cli" alt="NPM Downloads" />
19
- </a>
20
- <a href="https://github.com/IQAIcom/adk-ts/blob/main/LICENSE.md">
21
- <img src="https://img.shields.io/npm/l/@iqai/adk-cli" alt="License" />
22
- </a>
23
- <a href="https://github.com/IQAIcom/adk-ts">
24
- <img src="https://img.shields.io/github/stars/IQAIcom/adk-ts?style=social" alt="GitHub Stars" />
25
- </a>
26
- </p>
2
+ <img src="https://files.catbox.moe/vumztw.png" alt="ADK-TS Logo" width="80" />
3
+ <br/>
4
+ <h1>@iqai/adk-cli</h1>
5
+ <b>Contributing guide for the ADK CLI package</b>
6
+ <br/>
7
+ <i>Setup • Development • Contributing • Architecture</i>
8
+
9
+ <p align="center">
10
+ <a href="https://www.npmjs.com/package/@iqai/adk-cli">
11
+ <img src="https://img.shields.io/npm/v/@iqai/adk-cli" alt="NPM Version" />
12
+ </a>
13
+ <a href="https://www.npmjs.com/package/@iqai/adk-cli">
14
+ <img src="https://img.shields.io/npm/dm/@iqai/adk-cli" alt="NPM Downloads" />
15
+ </a>
16
+ <a href="https://github.com/IQAIcom/adk-ts/blob/main/LICENSE.md">
17
+ <img src="https://img.shields.io/npm/l/@iqai/adk-cli" alt="License" />
18
+ </a>
19
+ <a href="https://github.com/IQAIcom/adk-ts">
20
+ <img src="https://img.shields.io/github/stars/IQAIcom/adk-ts?style=social" alt="GitHub Stars" />
21
+ </a>
22
+ </p>
23
+ </div>
27
24
 
28
25
  ---
29
26
 
30
- </div>
31
-
32
27
  ## 📖 About
33
28
 
34
29
  This README is specifically for contributors to the ADK CLI package. The CLI provides a complete toolkit for developing, testing, and deploying AI agents with features like project scaffolding, interactive testing interfaces, and intelligent agent discovery.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iqai/adk-cli",
3
- "version": "0.3.32",
3
+ "version": "0.3.33",
4
4
  "description": "CLI tool for creating, running, and testing ADK agents",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",
@@ -41,7 +41,7 @@
41
41
  "rxjs": "^7.8.2",
42
42
  "swagger-ui-express": "^5.0.1",
43
43
  "zod": "^4.1.5",
44
- "@iqai/adk": "0.5.9"
44
+ "@iqai/adk": "0.6.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/marked-terminal": "^6.1.1",