Skip to main content

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:

  1. A supervisor drafts a research plan.
  2. The researcher searches and scrapes web sources.
  3. The writer synthesizes findings into a report.
  4. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

open_research_agent-0.1.0.tar.gz (28.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

open_research_agent-0.1.0-py3-none-any.whl (26.6 kB view details)

Uploaded Python 3

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

Hashes for open_research_agent-0.1.0.tar.gz
Algorithm Hash digest
SHA256 bde98e29cf844831ae82ec5630a6a124797a6a086b4170582e701b28957d3174
MD5 005a0bc80a87768c9f774b8cdc9a287b
BLAKE2b-256 774b64f7235c7d12fb70e2261ee877f10ecbffde9c5d365bcee6791525422f7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_research_agent-0.1.0.tar.gz:

Publisher: publish.yml on cameronmpalmer/open-research-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_research_agent-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for open_research_agent-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8b602e7ec57b1d5156a2646702b80f1383e884da734ad1e078eb822e72080778
MD5 5a6b03234fba4b155e5f833908f6a6ac
BLAKE2b-256 3876fe6090bf8617a7e0d5a9a97386b9fd435448e94a085aed142da40e7ec56b

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page