surfaces/core/handlers
Mikhail Putilovskij 76230392fa fix: normalize attachments to core Attachment type in message handler
Upstream AgentApi responses can return attachment objects that don't
implement the Attachment dataclass. _to_core_attachments coerces them
via duck-typing so OutgoingMessage always carries typed Attachment
instances regardless of the upstream response shape.
2026-04-23 14:56:00 +03:00
..
__init__.py feat: implement core/ and platform/ with full test coverage 2026-03-29 21:42:02 +03:00
callback.py feat: implement core/ and platform/ with full test coverage 2026-03-29 21:42:02 +03:00
chat.py feat(matrix): add adapter baseline and platform-aware command hints 2026-04-01 01:04:54 +03:00
message.py fix: normalize attachments to core Attachment type in message handler 2026-04-23 14:56:00 +03:00
settings.py feat: implement core/ and platform/ with full test coverage 2026-03-29 21:42:02 +03:00
start.py feat: implement core/ and platform/ with full test coverage 2026-03-29 21:42:02 +03:00