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 |
---|---|
reka-restaurants/ |
App for researching and finding restaurants with Reka Research |
-
Install requirements
Make sure you have Node.js (version 18 or higher) and npm installed on your system.
cd typescript/reka-restaurants npm install
-
Get your Reka API Key
Sign up at Reka Platform and get your API key.
-
Set environment variable
export REKA_API_KEY=your_api_key_here
-
Run the app
npm run build npm start
Open your browser and navigate to http://localhost:5173
- 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.