This repository showcases how to use the Reka Research to build intelligent apps that can search the web, structure responses, and support reasoning. It’s designed to help developers learn how to integrate and use Reka Research with different tools and frameworks.
Folder/File | Description |
---|---|
Use Reka Research with OpenAI SDK.ipynb |
Example notebook using the OpenAI SDK to call the Reka API |
Use Reka Research with requests.ipynb |
Example notebook using raw HTTP requests to call the Reka API |
gradio/ |
Gradio app that streams responses and displays reasoning steps |
streamlit/ |
Streamlit app that streams responses and displays reasoning steps |
event_finder/ |
Streamlit app for researching and finding events with Reka Research |
- Learn how to use Reka Research with requests and OpenAI SDK
- Build agents that can think step-by-step and cite sources
- Learn to control structured outputs using
response_format
- Control domain scope and search behavior using
web_search
config
- Web search with control over allowed domains
- Research agents with explainable reasoning steps
Feel free to open issues or submit PRs to add more examples or improve existing ones.