New Multi-Agent
PandasDataAnalyst()
: Combines Pandas Data Wrangling and Plotly Data Visualization Agents for performing data analysis and data visualization in a single agent.SQLDataAnalyst()
: Includes a preprocessor that helps plan the steps and get better performance from SQLDatabaseAgent and DataVisualizationAgent.
Improvements
- Agents are all now imported at top level of ai_data_science_team. Users can now do
from ai_data_science_team import SQLDatabaseAgent
- Agents now support langgraph
checkpointer
for state memory - Agents now have
name
attribute
Full Changelog: 0.0.0.9013...0.0.0.9014