hermes-agent/plugins/platforms
mizgyo 7c67097325 fix(line): use build_source instead of nonexistent create_source
The LINE adapter calls self.create_source(...) which raises
AttributeError on every inbound message — no such method exists.
The base PlatformAdapter exposes this factory as build_source(),
consistent with the IRC and Teams adapters.

Fixes #23728
2026-05-12 18:46:54 -07:00
..
google_chat perf(google_chat): defer heavy google-cloud imports to first adapter use (#22681) 2026-05-09 11:07:06 -07:00
irc feat(plugins): add standalone_sender_fn for out-of-process cron delivery 2026-05-09 02:56:29 -07:00
line fix(line): use build_source instead of nonexistent create_source 2026-05-12 18:46:54 -07:00
teams perf(teams): defer httpx import to first webhook call (#22831) 2026-05-09 14:42:12 -07:00