hermes-agent/plugins/platforms/line
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
..
__init__.py feat(gateway): add LINE Messaging API platform plugin (#23197) 2026-05-10 06:40:46 -07:00
adapter.py fix(line): use build_source instead of nonexistent create_source 2026-05-12 18:46:54 -07:00
plugin.yaml feat(gateway): add LINE Messaging API platform plugin (#23197) 2026-05-10 06:40:46 -07:00