@sleep2agi/agent-network 2.1.7 → 2.1.8-preview.1
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 -3
- 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
|
@@ -125,8 +125,7 @@ anet init project # write .mcp.json + CLAUDE.md [verifi
|
|
|
125
125
|
|
|
126
126
|
Listed for transparency — these commands exist but are not part of the primary supported path.
|
|
127
127
|
|
|
128
|
-
- `anet
|
|
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).
|
|
128
|
+
- `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
129
|
- `anet network create` / `anet network invite` / cross-user network sharing — code is in, no full E2E.
|
|
131
130
|
- `anet channel add telegram|wechat|feishu` — channel code exists; only the Telegram-oriented paths are actively exercised.
|
|
132
131
|
|
|
@@ -174,7 +173,7 @@ A typical `config.json` after `anet node create`:
|
|
|
174
173
|
## Docs
|
|
175
174
|
|
|
176
175
|
- https://anet.sh — full documentation site
|
|
177
|
-
- https://anet.sh/guide/getting-started — verified local flow
|
|
176
|
+
- https://anet.sh/en/guide/getting-started — verified local flow
|
|
178
177
|
- https://github.com/sleep2agi/agent-network — source
|
|
179
178
|
|
|
180
179
|
## License
|