@sleep2agi/agent-network 2.0.3-preview.7 → 2.0.3-preview.9

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
- **Current preview line.** Pairs with `@sleep2agi/commhub-server` 0.5.3-preview.0, `@sleep2agi/agent-network-dashboard` 0.2.2-preview.1, `@sleep2agi/agent-node` 2.2.0-preview.1. The local flow below is the supported path; experimental commands are called out separately.
5
+ **Current preview line.** Pairs with `@sleep2agi/commhub-server` 0.5.3-preview.0, `@sleep2agi/agent-network-dashboard` 0.2.1-preview.1, `@sleep2agi/agent-node` 2.2.0-preview.1. The local flow below is the supported path; experimental commands are called out separately.
6
6
 
7
7
  ## Install
8
8
 
@@ -168,7 +168,7 @@ A typical `config.json` after `anet node create`:
168
168
  | Package | Version | What it does |
169
169
  |---|---|---|
170
170
  | [@sleep2agi/commhub-server](https://www.npmjs.com/package/@sleep2agi/commhub-server) | 0.5.3-preview.0 | MCP + REST + SSE hub |
171
- | [@sleep2agi/agent-network-dashboard](https://www.npmjs.com/package/@sleep2agi/agent-network-dashboard) | 0.2.2-preview.1 | Web Dashboard |
171
+ | [@sleep2agi/agent-network-dashboard](https://www.npmjs.com/package/@sleep2agi/agent-network-dashboard) | 0.2.1-preview.1 | Web Dashboard |
172
172
  | [@sleep2agi/agent-node](https://www.npmjs.com/package/@sleep2agi/agent-node) | 2.2.0-preview.1 | Agent runtime |
173
173
 
174
174
  ## Docs