surfaces/core
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
..
handlers fix: normalize attachments to core Attachment type in message handler 2026-04-23 14:56:00 +03:00
auth.py feat: implement core/ and platform/ with full test coverage 2026-03-29 21:42:02 +03:00
chat.py feat: implement core/ and platform/ with full test coverage 2026-03-29 21:42:02 +03:00
handler.py refactor: rename platform/ → sdk/ to avoid stdlib conflict 2026-03-31 21:57:23 +03:00
protocol.py feat: support shared-workspace file flow for matrix 2026-04-21 00:26:21 +03:00
settings.py refactor: rename platform/ → sdk/ to avoid stdlib conflict 2026-03-31 21:57:23 +03:00
store.py feat: implement core/ and platform/ with full test coverage 2026-03-29 21:42:02 +03:00