docs: add Discord/Feishu channel support notes

This commit is contained in:
2026-03-01 10:51:14 +10:00
parent bfbc4e76da
commit 98270eed8d
5 changed files with 60 additions and 2 deletions
+21
View File
@@ -20,6 +20,27 @@ Critical BotFather settings:
- Allow Groups = ON
- Group Privacy = OFF
## Discord safety
Recommended defaults (especially for open-source / shared servers):
- Prefer **private channels / private threads** as agent boundaries.
- Use a strict **allowlist** of channels/threads the bot is allowed to respond in.
- Apply **least-privilege** Discord permissions when installing the bot (only what you need).
- Avoid running memory-enabled agents in public channels.
## Feishu / Lark (飞书) safety
Feishu is enterprise-oriented and typically requires more permission setup:
- Request the smallest permission scope possible for your app/bot.
- Treat group visibility as a security boundary (who can see the bots outputs).
- Prefer separate chats/spaces for different agents to reduce context bleed.
## WhatsApp note
WhatsApp is not a recommended target for sub-agent topology workflows. Constraints in bot/group automation make reliable multi-agent isolation + routing difficult.
## Sharing screenshots
If you share screenshots publicly: