@sleep2agi/agent-network 2.1.5 → 2.1.6-preview.2

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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  `anet` — a single CLI to run a local AI Agent network. Launch the hub, the dashboard, and as many agent nodes as you want. Verified end-to-end on macOS / Linux / Docker via Playwright.
4
4
 
5
- Pairs with `@sleep2agi/commhub-server` 0.6.0, `@sleep2agi/agent-network-dashboard` 0.3.0, `@sleep2agi/agent-node` 2.3.0. The local flow below is the supported path; experimental commands are called out separately.
5
+ Pairs with `@sleep2agi/commhub-server` 0.8.0, `@sleep2agi/agent-network-dashboard` 0.4.2, `@sleep2agi/agent-node` 2.3.0 on the current stable flow. The local flow below is the supported path; experimental commands are called out separately.
6
6
 
7
7
  ## Install
8
8
 
@@ -126,7 +126,7 @@ anet init project # write .mcp.json + CLAUDE.md [verifi
126
126
  Listed for transparency — these commands exist but are not part of the primary supported path.
127
127
 
128
128
  - `anet quickstart` — legacy guided setup; use `anet hub start` + `anet node create` instead.
129
- - `anet license` / `anet activate` — placeholders for a future paid tier.
129
+ - `anet license` / `anet activate` — experimental legacy trial/pro-license commands; not part of the primary local flow.
130
130
  - `anet network create` / `anet network invite` / cross-user network sharing — code is in, no full E2E.
131
131
  - `anet channel add telegram|wechat|feishu` — channel code exists; only the Telegram-oriented paths are actively exercised.
132
132
 
@@ -167,8 +167,8 @@ A typical `config.json` after `anet node create`:
167
167
 
168
168
  | Package | Version | What it does |
169
169
  |---|---|---|
170
- | [@sleep2agi/commhub-server](https://www.npmjs.com/package/@sleep2agi/commhub-server) | 0.6.0 | MCP + REST + SSE hub |
171
- | [@sleep2agi/agent-network-dashboard](https://www.npmjs.com/package/@sleep2agi/agent-network-dashboard) | 0.3.0 | Web Dashboard |
170
+ | [@sleep2agi/commhub-server](https://www.npmjs.com/package/@sleep2agi/commhub-server) | 0.8.0 | MCP + REST + SSE hub |
171
+ | [@sleep2agi/agent-network-dashboard](https://www.npmjs.com/package/@sleep2agi/agent-network-dashboard) | 0.4.2 | Web Dashboard |
172
172
  | [@sleep2agi/agent-node](https://www.npmjs.com/package/@sleep2agi/agent-node) | 2.3.0 | Agent runtime |
173
173
 
174
174
  ## Docs
@@ -179,4 +179,4 @@ A typical `config.json` after `anet node create`:
179
179
 
180
180
  ## License
181
181
 
182
- MIT
182
+ Apache-2.0