@lov3kaizen/agentsea-cli 0.1.0 → 0.1.1
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/README.md +6 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# @agentsea
|
|
1
|
+
# @lov3kaizen/agentsea-cli
|
|
2
2
|
|
|
3
3
|
**Command-line interface for AgentSea ADK** - Build and orchestrate AI agents from your terminal.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@lov3kaizen/agentsea-cli)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
8
|
## Features
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
21
|
# Global installation
|
|
22
|
-
npm install -g @agentsea
|
|
22
|
+
npm install -g @lov3kaizen/agentsea-cli
|
|
23
23
|
|
|
24
24
|
# Or use with npx
|
|
25
|
-
npx @agentsea
|
|
25
|
+
npx @lov3kaizen/agentsea-cli init
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
## Quick Start
|
|
@@ -396,8 +396,8 @@ MIT License - see [LICENSE](../../LICENSE) for details
|
|
|
396
396
|
|
|
397
397
|
## See Also
|
|
398
398
|
|
|
399
|
-
- [@agentsea
|
|
400
|
-
- [@agentsea
|
|
399
|
+
- [@lov3kaizen/agentsea-core](../core) - Core AgentSea ADK
|
|
400
|
+
- [@lov3kaizen/agentsea-nestjs](../nestjs) - NestJS integration
|
|
401
401
|
- [AgentSea Documentation](../../docs)
|
|
402
402
|
|
|
403
403
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lov3kaizen/agentsea-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "CLI tool for AgentSea ADK - Build and orchestrate AI agents",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"conf": "^10.2.0",
|
|
33
33
|
"dotenv": "^16.3.1",
|
|
34
34
|
"table": "^6.8.1",
|
|
35
|
-
"@lov3kaizen/agentsea-core": "0.1.
|
|
35
|
+
"@lov3kaizen/agentsea-core": "0.1.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/inquirer": "^8.2.10",
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"type": "git",
|
|
47
|
-
"url": "https://github.com/
|
|
47
|
+
"url": "https://github.com/lov3kaizen/agentsea.git",
|
|
48
48
|
"directory": "packages/cli"
|
|
49
49
|
},
|
|
50
50
|
"homepage": "https://agentsea.dev",
|
|
51
51
|
"bugs": {
|
|
52
|
-
"url": "https://github.com/
|
|
52
|
+
"url": "https://github.com/lov3kaizen/agentsea/issues"
|
|
53
53
|
},
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|