๐ DeepCriticalยถ
Hydra-configured, Pydantic Graph-based deep research workflow
DeepCritical isn't just another research assistantโit's a framework for building entire research ecosystems. While a typical user asks one question, DeepCritical generates datasets of hypotheses, tests them systematically, runs simulations, and produces comprehensive reportsโall through configurable Hydra-based workflows.
โจ Key Featuresยถ
- ๐ง Hydra Configuration: Flexible, composable configuration system
- ๐ Pydantic Graph: Stateful workflow execution with type safety
- ๐ค Multi-Agent System: Specialized agents for different research tasks
- ๐งฌ PRIME Integration: Protein engineering workflows with 65+ tools
- ๐ฌ Bioinformatics: Multi-source data fusion and reasoning
- ๐ DeepSearch: Web research automation
- ๐ Comprehensive Tooling: RAG, analytics, and execution environments
๐ Quick Startยถ
# Install with uv (recommended)
uv sync
# Run a simple research query
uv run deepresearch question="What is machine learning?"
# Enable PRIME flow for protein engineering
uv run deepresearch flows.prime.enabled=true question="Design a therapeutic antibody"
๐๏ธ Architecture Overviewยถ
graph TD
A[Research Question] --> B[Hydra Config]
B --> C[Pydantic Graph]
C --> D[Agent Orchestrator]
D --> E[PRIME Flow]
D --> F[Bioinformatics Flow]
D --> G[DeepSearch Flow]
E --> H[Tool Registry]
F --> H
G --> H
H --> I[Results & Reports]
๐ Documentationยถ
- Getting Started - Installation and setup
- Architecture - System design and components
- Flows - Available research workflows
- Tools - Tool ecosystem and registry
- API Reference - Complete API documentation
- Examples - Usage examples and tutorials
๐ค Contributingยถ
We welcome contributions! Please see our Contributing Guide for details.
๐ Licenseยถ
This project is licensed under the MIT License - see the LICENSE file for details.