Implementation of Google's research paper "DS-STAR: A State-of-the-Art Versatile Data Science Agent". This framework uses a multi-agent system powered by Gemini models to analyze data, plan, write and execute code to answer user queries.
Key features:
- Agentic Workflow: Pipeline of specialized agents (Analyzer, Planner, Coder, Verifier, Router, Debugger, Finalyzer).
- Reproducibility: Complete saving of steps, prompts, code and results for auditability.
- Interactive & Resumable: Ability to pause, resume and execute step by step.
- Editing & Debugging: Allows manual code editing and includes an automatic debugging agent.