OpenSeeker  by rui-ye

Frontier search agent system

Created 1 month ago
536 stars

Top 59.1% on SourcePulse

GitHubView on GitHub
Project Summary

OpenSeeker addresses the challenge of democratizing advanced search agent capabilities by fully open-sourcing its training data and models. It targets researchers and developers, enabling them to build, evaluate, and deploy sophisticated search agents for complex information-seeking tasks. The project's key benefit is providing an accessible, state-of-the-art system that was developed by a purely academic team.

How It Works

The system leverages a fine-tuned Qwen3-30B-A3B-Thinking-2507 large language model, trained on 11.7K examples. Its core approach involves integrating LLM-driven decision-making with tool usage, specifically search and web visit functionalities, to navigate and extract information from the web. This methodology allows for complex query decomposition and execution, aiming for state-of-the-art performance on frontier search benchmarks.

Quick Start & Requirements

Installation involves cloning the repository and setting up a Python 3.10 Conda environment (conda create --name openseeker python=3.10, conda activate openseeker, pip install -r requirements.txt). Model deployment requires git-xet for downloading the OpenSeeker-v1-30B-SFT model from Hugging Face, followed by updating the MODEL_PATH in run_openseeker.sh. API endpoints and keys are configured via setup_env.sh. Usage includes generating answers with python eval/generate_answer.py and evaluating results with `python eval/eval

Health Check
Last Commit

1 week ago

Responsiveness

Inactive

Pull Requests (30d)
1
Issues (30d)
9
Star History
540 stars in the last 30 days

Explore Similar Projects

Starred by Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), Elvis Saravia Elvis Saravia(Founder of DAIR.AI), and
2 more.

OpenDeepSearch by sentient-agi

0.2%
4k
OpenDeepSearch: search tool for AI agents
Created 1 year ago
Updated 1 year ago
Feedback? Help us improve.