@sleep2agi/agent-network 2.1.1 → 2.1.3-preview.0

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.
@@ -0,0 +1,12 @@
1
+ #!/usr/bin/env node
2
+ /**
3
+ * anet — AI Agent Network CLI
4
+ *
5
+ * anet init 配置 hub(全局)
6
+ * anet init project 配置当前项目
7
+ * anet node create commander 创建 node
8
+ * anet node start commander 启动
9
+ * anet ls 查看状态
10
+ * anet run 独立 SSE Agent
11
+ */
12
+ export {};