@sleep2agi/agent-network 2.1.7 → 2.1.8-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.
- package/README.md +2 -2
- package/dist/bin/cli.js +1 -1
- package/dist/src/client.js +1 -1
- package/dist/src/node-server.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -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 v0.6 guided setup (still in code but not in docs); use `anet hub start` + `anet init` + `anet login` + `anet node create` instead.
|
|
129
|
-
- `anet license` / `anet activate` — v0.6 legacy trial / pro-license commands. **No longer needed after Apache 2.0 OSS.** Hub still keeps a SQLite `licenses` table for backward-compat (creates a 14-day trial on first run). On `license_expired`, see [troubleshooting](https://anet.sh/troubleshooting).
|
|
129
|
+
- `anet license` / `anet activate` — v0.6 legacy trial / pro-license commands. **No longer needed after Apache 2.0 OSS.** Hub still keeps a SQLite `licenses` table for backward-compat (creates a 14-day trial on first run). On `license_expired`, see [troubleshooting](https://anet.sh/en/troubleshooting).
|
|
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
|
|
|
@@ -174,7 +174,7 @@ A typical `config.json` after `anet node create`:
|
|
|
174
174
|
## Docs
|
|
175
175
|
|
|
176
176
|
- https://anet.sh — full documentation site
|
|
177
|
-
- https://anet.sh/guide/getting-started — verified local flow
|
|
177
|
+
- https://anet.sh/en/guide/getting-started — verified local flow
|
|
178
178
|
- https://github.com/sleep2agi/agent-network — source
|
|
179
179
|
|
|
180
180
|
## License
|