topic: chat
14 modules sharing the chat name family (derived from the tree's prefix discipline).
The 'chat' topic family in the Nishi sovereign ecosystem supports persistent, secure, and scalable chat functionality across the network. The nx_chat_demo_api provides a testable UI for chat interactions, while nx_chat_store ensures durable storage of chat history using C1's store. nx_chat_ring manages message buffering with sealed slots, enabling reliable message ordering and delivery. These modules work together to enable end-to-end chat experiences, with REFEREE gates ensuring security and compliance across the system.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_chat_demo_api.nx | the SAFE public front for a testable persistent-chat UI backed by C1's store. | 430 | 25 |
| nx_chat_demo_api_gate.nx | REFEREE for the SAFE public chat front (nx_chat_demo_api). Forks the | 148 | 4 |
| nx_chat_demo_unicode_t59.nx | the SAFE public front for a testable persistent-chat UI backed by C1's store. | 458 | 28 |
| nx_chat_ring.nx | bounded-ring chat buffer with sealed message slots. | 190 | 7 |
| nx_chat_session.nx | concrete chat-session subtype. | 140 | 13 |
| nx_chat_store.nx | C1 of the comms lane: durable STORE-AND-FORWARD chat history on the sovereign | 1025 | 33 |
| nx_chat_store_gate.nx | REFEREE for C1 (nx_chat_store, contract cs_store_forward). END-TO-END: | 504 | 7 |
| nx_chat_swipe_gate.nx | the REFEREE for companionchat CC4 (the swipe loop in nx_companion_persona.nx): the chat log stays | 166 | 8 |
| nx_chat_unicode_gate_t59.nx | 22 | 1 | |
| nx_chat_unicode_probe_t58.nx | 16 | 1 | |
| nx_chat_unicode_store_gate_t60.nx | 29 | 2 | |
| nx_chat_unicode_store_t60.nx | the SAFE public front for a testable persistent-chat UI backed by C1's store. | 458 | 28 |
| nx_chat_utf8_primitive_t59.nx | 11 | 1 | |
| nx_chat_warmcache.nx | prefix-cache win WIRED into the LIVE engine (serving census Q3, end-to-end). A multi-turn | 173 | 8 |