A TypeScript-based AI-powered research assistant for comprehensive topic exploration.
Together Deep Research CLI is a TypeScript-based command-line interface that delivers in-depth research on complex topics requiring multi-hop reasoning. It enhances traditional web search by producing comprehensive, well-cited content that mimics the human research process - planning, searching, evaluating information, and iterating until completion.
- Comprehensive Research Reports - Generates long-form, well-cited content on complex topics
- Clarification steps - Uses multiple self-reflection stages for quality information gathering
- Model Flexibility - Supports multiple LLM models for different research stages
- Configurable Parameters - Easy customization of research depth and output format
Run the deep research workflow:
# Install the CLI globally
npm i open-deep-research -g
# Then run it
open-deep-research
# Or using npx just this
npx open-deep-research
You'll also need to specify two environment variables from Together AI for the inference and Exa for search:
export TOGETHER_API_KEY=your_together_api_key
export EXA_API_KEY=your_exa_api_key
As an LLM-based system, this tool may occasionally:
- Generate hallucinations or fabricate information that appears plausible
- Contain biases present in its training data
- Misinterpret complex queries or provide incomplete analyses
- Present outdated information
Always verify important information from generated reports with primary sources.
MIT