Spaces:
Running
Running
Quick Start
Get started with DeepCritical in minutes.
Installation
# Install uv if you haven't already
pip install uv
# Sync dependencies
uv sync
Run the UI
# Start the Gradio app
uv run gradio run src/app.py
Open your browser to http://localhost:7860.
Basic Usage
1. Authentication (Optional)
HuggingFace OAuth Login:
- Click the "Sign in with HuggingFace" button at the top of the app
- Your HuggingFace API token will be automatically used for AI inference
- No need to manually enter API keys when logged in
Manual API Key (BYOK):
- Provide your own API key in the Settings accordion
- Supports HuggingFace, OpenAI, or Anthropic API keys
- Manual keys take priority over OAuth tokens
2. Start a Research Query
- Enter your research question in the chat interface
- Click "Submit" or press Enter
- Watch the real-time progress as the system:
- Generates observations
- Identifies knowledge gaps
- Searches multiple sources
- Evaluates evidence
- Synthesizes findings
- Review the final research report
3. MCP Integration (Optional)
Connect DeepCritical to Claude Desktop:
- Add to your
claude_desktop_config.json:
{
"mcpServers": {
"deepcritical": {
"url": "http://localhost:7860/gradio_api/mcp/"
}
}
}
- Restart Claude Desktop
- Use DeepCritical tools directly from Claude Desktop
Available Tools
search_pubmed: Search peer-reviewed biomedical literaturesearch_clinical_trials: Search ClinicalTrials.govsearch_biorxiv: Search bioRxiv/medRxiv preprintssearch_all: Search all sources simultaneouslyanalyze_hypothesis: Secure statistical analysis using Modal sandboxes
Next Steps
- Read the Installation Guide for detailed setup
- Learn about Configuration
- Explore the Architecture
- Check out Examples