hermes-agent/gateway/platforms
teknium1 d6ab35c1a3 fix(signal): align send() signature with base class (content, reply_to, metadata)
Signal's send() used 'text' instead of 'content' and 'reply_to_message_id'
instead of 'reply_to', mismatching BasePlatformAdapter.send(). Callers in
gateway/run.py use keyword args matching the base interface, so Signal's
send() was missing its required 'text' positional arg.

Fixes: 'SignalAdapter.send() missing 1 required positional argument: text'
2026-03-10 15:18:26 -07:00
..
ADDING_A_PLATFORM.md
…
__init__.py
…
base.py fix(gateway): add metadata param to _keep_typing and base send_typing 2026-03-10 15:08:40 -07:00
discord.py
…
homeassistant.py
…
signal.py fix(signal): align send() signature with base class (content, reply_to, metadata) 2026-03-10 15:18:26 -07:00
slack.py
…
telegram.py
…
whatsapp.py
…