@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.
- package/CHANGELOG.md +9 -0
- package/README.md +22 -27
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,34 +1,29 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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.
|
|
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.
|
|
44
|
+
"@iqai/adk": "0.6.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/marked-terminal": "^6.1.1",
|