This demo shows how to use the Reka API to build a research assistant that streams reasoning steps in real-time using Streamlit.
- Streams intermediate reasoning steps (
reasoning_steps) from the Reka API - Displays any final content with clickable links and visual separation
- Clean UI with assistant/user roles
-
Install the required packages:
pip install streamlit openai
-
Set your Reka API key as an environment variable:
export REKA_API_KEY=your_api_key_here -
Launch the demo:
streamlit run streaming_app.py
streaming_app.py: Streamlit UI that calls the Reka API with streaming enabledREADME.md: Setup and usage instructions
For more info, visit: https://docs.reka.ai