Skip to content

ai-data-science-team 0.0.0.9014

Latest
Compare
Choose a tag to compare
@mdancho84 mdancho84 released this 23 Feb 00:40
· 4 commits to master since this release

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