@aiagenta2z/agtm 1.0.2 → 1.0.3
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 +2 -1
- package/dist/agtm-cli.js +0 -0
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
### agtm: Command Line CLI Tool for AI Agent Registry in the Open Source AI Agent Marketplace
|
|
2
2
|
|
|
3
|
-
[AI Agent Marketplace CLI Doc](https://www.deepnlp.org/doc/ai_agent_marketplace)|[AI Agent Marketplace](https://www.deepnlp.org/store/ai-agent)
|
|
3
|
+
[GitHub](https://github.com/aiagenta2z/agtm)|[AI Agent Marketplace CLI Doc](https://www.deepnlp.org/doc/ai_agent_marketplace)|[DeepNLP AI Agent Marketplace](https://www.deepnlp.org/store/ai-agent) | [OneKey Agent Router](https://www.deepnlp.org/agent/onekey-mcp-router) | [Agent MCP OneKey Router Ranking](https://www.deepnlp.org/agent/rankings)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
The command line `agtm --upload` , `agtm --search` helps users to register and publish their AI Agents meta api information from agent.json/agent.yaml file
|
|
@@ -22,6 +22,7 @@ Node
|
|
|
22
22
|
npm install -g @aiagenta2z/agtm
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
+
|
|
25
26
|
note: run nodejs environment, you need to add -g to install, so you can just run command line `agtm` without the `npx agtm` prefix,
|
|
26
27
|
|
|
27
28
|
|
package/dist/agtm-cli.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiagenta2z/agtm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "agtm: Open Source CLI for AI Agent Marketplace Registration, AI Agents Management, AI Agents Index and Search",
|
|
5
5
|
"main": "dist/agtm-cli.js",
|
|
6
6
|
"type": "module",
|
|
@@ -28,5 +28,9 @@
|
|
|
28
28
|
"axios": "^1.13.2",
|
|
29
29
|
"commander": "^14.0.2",
|
|
30
30
|
"js-yaml": "^4.1.0"
|
|
31
|
+
},
|
|
32
|
+
"repository": {
|
|
33
|
+
"type": "git",
|
|
34
|
+
"url": ""
|
|
31
35
|
}
|
|
32
36
|
}
|