Guides
Project Structure
Place Kortyx agent setup, workflows, nodes, providers, persistence, app services, and React UI in clear server/client boundaries.
Interrupts and Resume
Pause node execution for user input and resume deterministically using tokens and request ids.
React + Node Backend
Run Kortyx on a Node backend while a separate React app consumes streamed chat responses.
Rendering Streamed Chat
Render finalized chat history, active stream pieces, structured data, interrupts, errors, and abort controls with @kortyx/react.
SSE (API Routes)
Stream Kortyx chunks over HTTP from your API route and consume them safely in browser clients.