Getting Started

Install ApolloBot and run your first research session.

Installation

pip install apollobot

Setup

Run the interactive setup wizard:

apollo init

This will configure:

Your First Research Session

Discover Mode

apollo discover "Does gut microbiome diversity correlate with epigenetic age acceleration?"

ApolloBot will:

  1. Search literature across PubMed, arXiv, and Semantic Scholar
  2. Acquire relevant datasets from domain-specific databases
  3. Run statistical analyses with proper correction
  4. Draft a publication-ready manuscript
  5. Self-review for statistical validity and methodological soundness

Full Pipeline

apollo pipeline "your research question" --auto-translate

This chains all four modes: Discover → Translate → Implement → Commercialize.

What's Next?