@sleep2agi/agent-network 2.2.21 → 2.2.22-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 +1 -0
- package/dist/bin/cli.js +1 -1
- package/dist/src/client.js +1 -1
- package/dist/src/im/feishu/adapter.d.ts +29 -0
- package/dist/src/im/feishu/bridge.d.ts +67 -0
- package/dist/src/im/feishu/config.d.ts +34 -0
- package/dist/src/im/feishu/index.d.ts +14 -0
- package/dist/src/im/feishu/worker.d.ts +2 -0
- package/dist/src/im/feishu/worker.js +11 -0
- package/dist/src/node-server.js +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -252,6 +252,7 @@ anet session ls
|
|
|
252
252
|
|
|
253
253
|
# Channels and upgrades
|
|
254
254
|
anet channel add telegram <name> --bot-token <tok> --allow <uid>
|
|
255
|
+
anet channel add feishu <name> --app-id <id> --app-secret <secret> --allow <open-id> # see docs/feishu-quickstart.md
|
|
255
256
|
anet channel ls
|
|
256
257
|
anet upgrade
|
|
257
258
|
anet upgrade --channel preview --dry-run
|