禁止 AI 废话 🙅 通过 CLAUDE.md 文件配置,将 Claude 的输出 Token 减少。去除 #AI 输出中的讨好型人格、冗余回复。
#GitHub
https://github.com/drona23/claude-token-efficient
#GitHub
https://github.com/drona23/claude-token-efficient
Loop Prevention Requirements
Bot-to-bot communication can easily result in infinite interaction loops. When enabling this feature, you must implement safeguards to ensure interactions terminate.
Recommended Safeguards
Deduplicate repeated messages.
Apply rate limits (e.g., no more than one reply every few seconds per bot).
Enforce maximum interaction depth or timeouts, both globally and per sender/receiver.
Important
Your bot must remain stable even if another bot intentionally responds instantly and continuously.
Failure to handle loops properly may lead to degraded performance or platform restrictions.
On Telegram, bots generally cannot see messages from other bots. However, in specific contexts, Bot-to-Bot communication is allowed – unlocking complex agentic flows and AI-powered use cases