mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-29 06:31:32 +00:00
fix: ignore Telegram start pings
This commit is contained in:
parent
8807b1c727
commit
efa952531b
4 changed files with 59 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ class CommandDef:
|
|||
|
||||
COMMAND_REGISTRY: list[CommandDef] = [
|
||||
# Session
|
||||
CommandDef("start", "Acknowledge platform start pings without a reply", "Session",
|
||||
gateway_only=True),
|
||||
CommandDef("new", "Start a new session (fresh session ID + history)", "Session",
|
||||
aliases=("reset",), args_hint="[name]"),
|
||||
CommandDef("topic", "Enable or inspect Telegram DM topic sessions", "Session",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue