Skip to content

kouui/deep-research-gemini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Research + Gemini + Apify

this Deep Research implementation is based on the n8n workflow host-your-own-ai-deep-research-agent-with-n8n-apify-and-openai-o3

see instructions for more details.

Installation

uv sync

API KEY setup

in the .env file, add your apify api key like

APIFY_API_KEY=apify_api_***

in the keys.json file, add your multiple gemini api with key-value format.

{
    "google-gemini-1": "AIzaSy***",
    "google-gemini-2": "AIzaSy***",
}

Usage

streamlit as UI

uv run main.py

for testting agents without UI,

uv run tests/test_agents.py

About

this Deep Research implementation is based on the n8n workflow [host-your-own-ai-deep-research-agent-with-n8n-apify-and-openai-o3](https://n8n.io/workflows/2878-host-your-own-ai-deep-research-agent-with-n8n-apify-and-openai-o3/), OpenAI-like Deep Research implementation based on the Google Gemini API (unlocking rate limit by api key rotation)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages