Open Research Agent - multi-agent research with adversarial review
Project description
Open Research Agent (ORA)
Open Research Agent (ORA) is an open-source multi-agent research CLI. ORA plans research, searches and scrapes web sources, synthesizes findings, and optionally uses an adversarial reviewer for higher-intensity research.
Current release: 0.1.0
What ORA does
ORA turns a research question into a sourced markdown report:
- A supervisor drafts a research plan.
- The researcher searches and scrapes web sources.
- The writer synthesizes findings into a report.
- For intensity levels 4 and 5, an adversarial reviewer audits the draft.
Current backend support
ORA 0.1.0 currently supports one LLM backend:
- LLM backend: DeepSeek API
- Search and scraping backend: Firecrawl
The default model names are deepseek-v4-flash for research and writing, and deepseek-v4-pro for planning and review. Other LLM backends are not currently supported.
Installation
Install from PyPI:
pip install open-research-agent
The primary CLI command is open-research-agent. The shorter ora command is also installed as a convenience alias.
Install from source for development:
git clone https://github.com/cameronmpalmer/open-research-agent.git
cd open-research-agent
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
Configuration
Set the required API keys:
export DEEPSEEK_API_KEY="your-deepseek-api-key"
export FIRECRAWL_API_KEY="your-firecrawl-api-key"
Create a default config file:
open-research-agent config --init
Show the active configuration and intensity levels:
open-research-agent config --show
The config file is stored at:
~/.ora/config.yaml
Quick start
Preview a research plan without running the full pipeline:
open-research-agent plan "What are the tradeoffs between Rust and Go for backend services?"
Run a standard research task:
open-research-agent research "What are the tradeoffs between Rust and Go for backend services?" --intensity 2
Run deeper research with adversarial review:
open-research-agent research "What are the tradeoffs between Rust and Go for backend services?" --intensity 4
Save to an explicit file:
open-research-agent research "AI memory systems" --output ai-memory-systems.md
Print only to stdout and do not save a report file:
open-research-agent research "AI memory systems" --no-save
Intensity levels
ORA supports five research intensity levels:
| Level | Label | Minimum sources | Max rounds | Reviewer |
|---|---|---|---|---|
| 1 | Quick | 3 | 1 | No |
| 2 | Standard | 8 | 1 | No |
| 3 | Thorough | 15 | 2 | No |
| 4 | Deep | 50 | 3 | Yes |
| 5 | Exhaustive | 100 | 4 | Yes |
Levels 4 and 5 use the adversarial reviewer by default.
Output files
By default, open-research-agent research saves a timestamped markdown report in the current directory. Generated research reports are local outputs and should not be committed to the repository.
Use --output to choose a specific path, or --no-save to print the report without writing a file.
Development
Install development dependencies:
pip install -e ".[dev]"
Run tests:
pytest
Run the CLI locally:
open-research-agent --help
ora --help
python -m ora --help
See CONTRIBUTING.md for contributor setup and repository hygiene expectations.
License
MIT License. See LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file open_research_agent-0.1.0.tar.gz.
File metadata
- Download URL: open_research_agent-0.1.0.tar.gz
- Upload date:
- Size: 28.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bde98e29cf844831ae82ec5630a6a124797a6a086b4170582e701b28957d3174
|
|
| MD5 |
005a0bc80a87768c9f774b8cdc9a287b
|
|
| BLAKE2b-256 |
774b64f7235c7d12fb70e2261ee877f10ecbffde9c5d365bcee6791525422f7a
|
Provenance
The following attestation bundles were made for open_research_agent-0.1.0.tar.gz:
Publisher:
publish.yml on cameronmpalmer/open-research-agent
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_research_agent-0.1.0.tar.gz -
Subject digest:
bde98e29cf844831ae82ec5630a6a124797a6a086b4170582e701b28957d3174 - Sigstore transparency entry: 1553787486
- Sigstore integration time:
-
Permalink:
cameronmpalmer/open-research-agent@3229809ed10417921e56b72482685c3a605c3623 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/cameronmpalmer
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@3229809ed10417921e56b72482685c3a605c3623 -
Trigger Event:
release
-
Statement type:
File details
Details for the file open_research_agent-0.1.0-py3-none-any.whl.
File metadata
- Download URL: open_research_agent-0.1.0-py3-none-any.whl
- Upload date:
- Size: 26.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b602e7ec57b1d5156a2646702b80f1383e884da734ad1e078eb822e72080778
|
|
| MD5 |
5a6b03234fba4b155e5f833908f6a6ac
|
|
| BLAKE2b-256 |
3876fe6090bf8617a7e0d5a9a97386b9fd435448e94a085aed142da40e7ec56b
|
Provenance
The following attestation bundles were made for open_research_agent-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on cameronmpalmer/open-research-agent
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_research_agent-0.1.0-py3-none-any.whl -
Subject digest:
8b602e7ec57b1d5156a2646702b80f1383e884da734ad1e078eb822e72080778 - Sigstore transparency entry: 1553787501
- Sigstore integration time:
-
Permalink:
cameronmpalmer/open-research-agent@3229809ed10417921e56b72482685c3a605c3623 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/cameronmpalmer
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@3229809ed10417921e56b72482685c3a605c3623 -
Trigger Event:
release
-
Statement type: