DATAGEN
ActiveDescription
DATAGEN: AI-driven multi-agent research assistant automating hypothesis generation, data analysis, and report writing.
Key Features
- Multi-agent system with 8 specialized agents: hypothesis, process, visualization, code, searcher, report, quality review, and note taker
- AI-driven hypothesis generation and validation with automated research direction optimization
- Interactive data visualization and custom report generation with automated insight extraction
- LangGraph-powered state graph managing the entire research workflow end-to-end
- Progressive Disclosure architecture with skill-based configuration and dynamic tool loading
- MCP integration for external server connectivity including filesystem, GitHub, and web search
Use Cases
Categories
Quick Start
Clone the repo, create a conda environment with `conda create -n datagen python=3.10`, install dependencies with `pip install -r requirements.txt`, configure `.env` with your API keys, place a data file in the `data/` directory, then run `python main.py`.