一键导入
telegram-message-truncation-workaround
O que fazer quando mensagens longas do Telegram são truncadas pelo Telegram API antes de chegarem ao gateway Hermes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
O que fazer quando mensagens longas do Telegram são truncadas pelo Telegram API antes de chegarem ao gateway Hermes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Transforms the Hermes agent from a reactive question-answerer into a proactive autonomous executor. ARCHITECT takes any high-level goal, decomposes it into a dependency-aware task graph, executes each step with validation, self-corrects on failure, and delivers results — all without hand-holding. The missing execution layer for personal AI agents. Zero dependencies. Zero config. Works with any model. Pairs with apex-agent and agent-memoria for the complete autonomous agent stack.
Auto-reflective self-improvement skill — extracts learnings from corrections and success patterns, permanently encodes them into memory and skills. Philosophy: Correct once, never again.
Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows. Use when: (1) Setting up a team of 2+ agents with different specializations, (2) Defining task routing and lifecycle (inbox → spec → build → review → done), (3) Creating handoff protocols between agents, (4) Establishing review and quality gates, (5) Managing async communication and artifact sharing between agents.
Integrate existing autonomous agents (like Hermes) into multi-agent orchestration platforms (AionUI, LangChain, etc.) via ACP over stdio.
MiniMax Agent Platform (agent.minimax.io) — MaxHermes, MaxClaw, Skills marketplace. Relacao com Hermes Agent (NousResearch) e OpenClaw.
Paperclip AI agent operations — creating agents with hierarchy, autonomous operation via hierarchical issues, and troubleshooting. Use when: creating agents, setting up org hierarchy, recovering from errors, or monitoring agent health.
| name | telegram-message-truncation-workaround |
| description | O que fazer quando mensagens longas do Telegram são truncadas pelo Telegram API antes de chegarem ao gateway Hermes |
Quando o utilizador envia mensagens longas no Telegram, podem ser truncadas pelo Telegram API antes de chegarem ao gateway Hermes. O utilizador experiencia como "a mensagem é cortada" sempre no mesmo ponto (~300-400 caracteres em mensagens de IA, ou ~4096 em mensagens normais do Telegram API).
O gateway Hermes tem MAX_MESSAGE_LENGTH = 4096 para envio (telegram.py ~linha 988), mas não há limite equivalente no path de receive — a truncagem é feita pelo Telegram antes do webhook/gateway receber.
Pedir ao utilizador para enviar em partes curtas (~500 caracteres por mensagem). Alternativas:
~/.hermes/hermes-agent/gateway/platforms/telegram.pyMAX_MESSAGE_LENGTH = 4096 — apenas para envio (send), não receive_flush_text_batch e lógica de batching é para envio, não receção