@agents24/chat-react 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,18 @@
1
+ # Agents24 Chat React
2
+
3
+ Last Updated: 2026-06-08
4
+
5
+ Headless React primitives for Agents24 chat surfaces.
6
+
7
+ The package owns thread hydration, older-page pagination, stream/reattach state, active run cancellation, normalized message blocks, and latest-thread viewport behavior. Hosts provide transport routes, cache storage, product rendering, source handling, and styling.
8
+
9
+ ## Public API
10
+
11
+ - `useAgents24ChatController(options)`
12
+ - `useLatestThreadViewport(options)`
13
+ - `LatestThreadViewport`
14
+ - `createFetchChatTransport(options)`
15
+ - `consumeSseResponse(response, onEvent)`
16
+ - normalized chat message, block, transport, and storage types
17
+
18
+ Network access is always injected by the host. This browser package never requires platform API keys.