@contextualai/oryx-react
v0.2.0
Published
Oryx React is a headless, composable UI component library for integrating Contextual AI agents into your React applications.
Readme
@contextualai/oryx-react
Oryx React is a headless, composable UI component library for integrating Contextual AI agents into your React applications.
Installation
npm install @contextualai/oryx-react
# Optional:
# npm install @microsoft/fetch-event-sourceGET request also works as long as it is proxied into POST request when sending to Contextual AI's API, but it has limitation on the search params length. Therefore, it is recommended to start SSE connection using a POST request, which is supported by
@microsoft/ fetch-event-source.
Documentation
For detailed guides, API reference, and examples, visit the Oryx Documentation.
Quick Links
Getting Started — Step-by-step setup guide.
Composition Guide — Building custom layouts.
Styling Guide — Customizing component appearance.
Hooks — API reference for hooks.
Advanced — Advanced usage patterns.
