Appearance
Developer Guide
For developers building or extending Chat, embedding the conversation surface, or wiring backend actors that Chat consumes.
Pages
- Chat package — internal layout of
@open-matrix/chat. - Chat component — the embeddable surface package.
- Surface registration — registering the four conversation custom elements.
- Actor integration — making your actor
promptableso Chat can target it. - Runtime integration — the three runtime modes and how to wire each.
- Testing — Vitest specs, e2e tests, the standalone vs connected pair.
Source:
projects/matrix-3/packages/chat/src/,chat-component/src/, build configs.