ai-data-science-team 0.0.0.9007__tar.gz → 0.0.0.9008__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. ai_data_science_team-0.0.0.9008/MANIFEST.in +1 -0
  2. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/PKG-INFO +76 -28
  3. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/README.md +69 -27
  4. ai_data_science_team-0.0.0.9008/ai_data_science_team/_version.py +1 -0
  5. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team/agents/__init__.py +4 -4
  6. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team/agents/data_cleaning_agent.py +225 -84
  7. ai_data_science_team-0.0.0.9008/ai_data_science_team/agents/data_visualization_agent.py +764 -0
  8. ai_data_science_team-0.0.0.9008/ai_data_science_team/agents/data_wrangling_agent.py +846 -0
  9. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team/agents/feature_engineering_agent.py +429 -25
  10. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team/agents/sql_database_agent.py +367 -21
  11. ai_data_science_team-0.0.0.9008/ai_data_science_team/multiagents/__init__.py +1 -0
  12. ai_data_science_team-0.0.0.9008/ai_data_science_team/multiagents/sql_data_analyst.py +286 -0
  13. ai_data_science_team-0.0.0.9008/ai_data_science_team/multiagents/supervised_data_analyst.py +2 -0
  14. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team/templates/__init__.py +2 -1
  15. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team/templates/agent_templates.py +247 -42
  16. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team/tools/regex.py +28 -1
  17. ai_data_science_team-0.0.0.9008/ai_data_science_team/utils/__init__.py +0 -0
  18. ai_data_science_team-0.0.0.9008/ai_data_science_team/utils/plotly.py +24 -0
  19. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team.egg-info/PKG-INFO +76 -28
  20. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team.egg-info/SOURCES.txt +8 -1
  21. ai_data_science_team-0.0.0.9008/requirements.txt +13 -0
  22. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/setup.py +11 -17
  23. ai_data_science_team-0.0.0.9007/ai_data_science_team/_version.py +0 -1
  24. ai_data_science_team-0.0.0.9007/ai_data_science_team/agents/data_visualization_agent.py +0 -331
  25. ai_data_science_team-0.0.0.9007/ai_data_science_team/agents/data_wrangling_agent.py +0 -407
  26. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/LICENSE +0 -0
  27. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team/__init__.py +0 -0
  28. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team/orchestration.py +0 -0
  29. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team/tools/__init__.py +0 -0
  30. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team/tools/logging.py +0 -0
  31. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team/tools/metadata.py +0 -0
  32. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team/tools/parsers.py +0 -0
  33. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team.egg-info/dependency_links.txt +0 -0
  34. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team.egg-info/requires.txt +0 -0
  35. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/ai_data_science_team.egg-info/top_level.txt +0 -0
  36. {ai_data_science_team-0.0.0.9007 → ai_data_science_team-0.0.0.9008}/setup.cfg +0 -0
@@ -0,0 +1 @@
1
+ include requirements.txt
@@ -1,10 +1,15 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ai-data-science-team
3
- Version: 0.0.0.9007
3
+ Version: 0.0.0.9008
4
4
  Summary: Build and run an AI-powered data science team.
5
5
  Home-page: https://github.com/business-science/ai-data-science-team
6
6
  Author: Matt Dancho
7
7
  Author-email: mdancho@business-science.io
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.9
10
+ Classifier: Programming Language :: Python :: 3.10
11
+ Classifier: Programming Language :: Python :: 3.11
12
+ Classifier: Programming Language :: Python :: 3.12
8
13
  Requires-Python: >=3.9
9
14
  Description-Content-Type: text/markdown
10
15
  License-File: LICENSE
@@ -23,6 +28,7 @@ Requires-Dist: scikit-learn
23
28
  Requires-Dist: xgboost
24
29
  Dynamic: author
25
30
  Dynamic: author-email
31
+ Dynamic: classifier
26
32
  Dynamic: description
27
33
  Dynamic: description-content-type
28
34
  Dynamic: home-page
@@ -30,11 +36,28 @@ Dynamic: requires-dist
30
36
  Dynamic: requires-python
31
37
  Dynamic: summary
32
38
 
33
- # Your AI Data Science Team (An Army Of Copilots)
39
+ <div align="center">
40
+ <a href="https://github.com/business-science/ai-data-science-team">
41
+ <picture>
42
+ <img src="/img/ai_data_science_team_logo.jpg" alt="AI Data Science Team" width="400">
43
+ </picture>
44
+ </a>
45
+ </div>
46
+ <div align="center">
47
+ <em>An AI-powered data science team of agents to help you perform common data science tasks 10X faster</em>
48
+ </div>
49
+ <div align="center">
50
+ <a href="https://pypi.python.org/pypi/ai-data-science-team"><img src="https://img.shields.io/pypi/v/ai-data-science-team.svg" alt="PyPI"></a>
51
+ <a href="https://github.com/business-science/ai-data-science-team"><img src="https://img.shields.io/pypi/pyversions/ai-data-science-team.svg" alt="versions"></a>
52
+ <a href="https://github.com/business-science/ai-data-science-team/blob/main/LICENSE"><img src="https://img.shields.io/github/license/business-science/ai-data-science-team.svg?v" alt="license"></a>
53
+ </div>
34
54
 
35
- **An AI-powered data science team of copilots that uses agents to help you perform common data science tasks 10X faster**.
36
55
 
37
- **Star This GitHub (Takes 2 seconds and means a lot).**
56
+ # Your AI Data Science Team (An Army Of Agents)
57
+
58
+ **An AI-powered data science team of agents to help you perform common data science tasks 10X faster**.
59
+
60
+ [**Please ⭐ us on GitHub (it takes 2 seconds and means a lot).**](https://github.com/business-science/ai-data-science-team)
38
61
 
39
62
  *Beta - This Python library is under active development. There may be breaking changes that occur until release of 0.1.0.*
40
63
 
@@ -51,12 +74,13 @@ The AI Data Science Team of Copilots includes Agents that specialize data cleani
51
74
 
52
75
  ## Table of Contents
53
76
 
54
- - [Your AI Data Science Team (An Army Of Copilots)](#your-ai-data-science-team-an-army-of-copilots)
77
+ - [Your AI Data Science Team (An Army Of Agents)](#your-ai-data-science-team-an-army-of-agents)
55
78
  - [Table of Contents](#table-of-contents)
56
- - [Companies That Want An AI Data Science Team Copilot](#companies-that-want-an-ai-data-science-team-copilot)
57
- - [Free Generative AI For Data Scientists Workshop](#free-generative-ai-for-data-scientists-workshop)
79
+ - [Companies That Want A Custom AI Data Science Team (And AI Apps)](#companies-that-want-a-custom-ai-data-science-team-and-ai-apps)
80
+ - [Free How To Build AI Agents for Data Scientists Workshop](#free-how-to-build-ai-agents-for-data-scientists-workshop)
58
81
  - [Data Science Agents](#data-science-agents)
59
82
  - [Coming Soon: Multi-Agents](#coming-soon-multi-agents)
83
+ - [...And after that, the Multi-Agent Data Science Apps](#and-after-that-the-multi-agent-data-science-apps)
60
84
  - [Agents Available Now](#agents-available-now)
61
85
  - [Agents Coming Soon](#agents-coming-soon)
62
86
  - [Disclaimer](#disclaimer)
@@ -66,14 +90,19 @@ The AI Data Science Team of Copilots includes Agents that specialize data cleani
66
90
  - [Example 2: Cleaning Data with the Data Cleaning Agent](#example-2-cleaning-data-with-the-data-cleaning-agent)
67
91
  - [Contributing](#contributing)
68
92
  - [License](#license)
93
+ - [Want To Become A Full-Stack Generative AI Data Scientist?](#want-to-become-a-full-stack-generative-ai-data-scientist)
94
+
95
+ ## Companies That Want A Custom AI Data Science Team (And AI Apps)
69
96
 
70
- ## Companies That Want An AI Data Science Team Copilot
97
+ Want to have your own _customized_ enterprise-grade AI Data Science Team and domain-specifici AI-powered Apps?
71
98
 
72
- If you are interested in having your own custom enteprise-grade AI Data Science Team Copilot, send inquiries here: [https://www.business-science.io/contact.html](https://www.business-science.io/contact.html)
99
+ **Send inquiries here:** [https://www.business-science.io/contact.html](https://www.business-science.io/contact.html)
73
100
 
74
- ## Free Generative AI For Data Scientists Workshop
101
+ ## Free How To Build AI Agents for Data Scientists Workshop
75
102
 
76
- If you want to learn how to build AI Agents for your company that performs Data Science, Business Intelligence, Churn Modeling, Time Series Forecasting, and more, [register for my next Generative AI for Data Scientists workshop here.](https://learn.business-science.io/ai-register)
103
+ If you're an aspiring data scientist who wants to learn how to build AI Agents and AI Apps for your company that performs Data Science, Business Intelligence, Churn Modeling, Time Series Forecasting, and more, then I'd love to help you.
104
+
105
+ [**Register for my next Generative AI for Data Scientists workshop here.**](https://learn.business-science.io/ai-register)
77
106
 
78
107
  ## Data Science Agents
79
108
 
@@ -87,6 +116,12 @@ This is the internals of the Business Intelligence SQL Agent I'm working on:
87
116
 
88
117
  ![Business Intelligence SQL Agent](/img/multi_agent_sql_data_visualization.jpg)
89
118
 
119
+ ### ...And after that, the Multi-Agent Data Science Apps
120
+
121
+ This is a top secret project I'm working on. It's a multi-agent data science app that performs time series forecasting.
122
+
123
+ ![Multi-Agent Data Science App](/img/ai_powered_apps.jpg)
124
+
90
125
  ### Agents Available Now
91
126
 
92
127
  1. **Data Wrangling Agent:** Merges, Joins, Preps and Wrangles data into a format that is ready for data analysis.
@@ -129,15 +164,14 @@ pip install git+https://github.com/business-science/ai-data-science-team.git --u
129
164
  [See the full example here.](/examples/feature_engineering_agent.ipynb)
130
165
 
131
166
  ``` python
132
- feature_engineering_agent = make_feature_engineering_agent(model = llm)
133
-
134
- response = feature_engineering_agent.invoke({
135
- "user_instructions": "Make sure to scale and center numeric features",
136
- "target_variable": "Churn",
137
- "data_raw": df.to_dict(),
138
- "max_retries":3,
139
- "retry_count":0
140
- })
167
+ feature_engineering_agent = FeatureEngineeringAgent(model = llm)
168
+
169
+ feature_engineering_agent.invoke_agent(
170
+ data_raw = df,
171
+ user_instructions = "Make sure to scale and center numeric features",
172
+ target_variable = "Churn",
173
+ max_retries = 3,
174
+ )
141
175
  ```
142
176
 
143
177
  ``` bash
@@ -147,19 +181,22 @@ response = feature_engineering_agent.invoke({
147
181
  * EXPLAIN AGENT CODE
148
182
  ```
149
183
 
184
+ ``` python
185
+ feature_engineering_agent.get_data_engineered()
186
+ ```
187
+
150
188
  ### Example 2: Cleaning Data with the Data Cleaning Agent
151
189
 
152
190
  [See the full example here.](/examples/data_cleaning_agent.ipynb)
153
191
 
154
192
  ``` python
155
- data_cleaning_agent = make_data_cleaning_agent(model = llm)
156
-
157
- response = data_cleaning_agent.invoke({
158
- "user_instructions": "Don't remove outliers when cleaning the data.",
159
- "data_raw": df.to_dict(),
160
- "max_retries":3,
161
- "retry_count":0
162
- })
193
+ data_cleaning_agent = DataCleaningAgent(model = llm)
194
+
195
+ response = data_cleaning_agent.invoke_agent(
196
+ data_raw = df,
197
+ user_instructions = "Don't remove outliers when cleaning the data.",
198
+ max_retries = 3,
199
+ )
163
200
  ```
164
201
 
165
202
  ``` bash
@@ -169,6 +206,10 @@ response = data_cleaning_agent.invoke({
169
206
  * EXPLAIN AGENT CODE
170
207
  ```
171
208
 
209
+ ``` python
210
+ data_cleaning_agent.get_data_cleaned()
211
+ ```
212
+
172
213
  ## Contributing
173
214
 
174
215
  1. Fork the repository
@@ -181,3 +222,10 @@ response = data_cleaning_agent.invoke({
181
222
 
182
223
  This project is licensed under the MIT License. See LICENSE file for details.
183
224
 
225
+ # Want To Become A Full-Stack Generative AI Data Scientist?
226
+
227
+ ![Generative AI Data Scientist](/img/become_a_generative_ai_data_scientist.jpg)
228
+
229
+ I teach Generative AI Data Science to help you build AI-powered data science apps. [**Register for my next Generative AI for Data Scientists workshop here.**](https://learn.business-science.io/ai-register)
230
+
231
+
@@ -1,8 +1,25 @@
1
- # Your AI Data Science Team (An Army Of Copilots)
1
+ <div align="center">
2
+ <a href="https://github.com/business-science/ai-data-science-team">
3
+ <picture>
4
+ <img src="/img/ai_data_science_team_logo.jpg" alt="AI Data Science Team" width="400">
5
+ </picture>
6
+ </a>
7
+ </div>
8
+ <div align="center">
9
+ <em>An AI-powered data science team of agents to help you perform common data science tasks 10X faster</em>
10
+ </div>
11
+ <div align="center">
12
+ <a href="https://pypi.python.org/pypi/ai-data-science-team"><img src="https://img.shields.io/pypi/v/ai-data-science-team.svg" alt="PyPI"></a>
13
+ <a href="https://github.com/business-science/ai-data-science-team"><img src="https://img.shields.io/pypi/pyversions/ai-data-science-team.svg" alt="versions"></a>
14
+ <a href="https://github.com/business-science/ai-data-science-team/blob/main/LICENSE"><img src="https://img.shields.io/github/license/business-science/ai-data-science-team.svg?v" alt="license"></a>
15
+ </div>
2
16
 
3
- **An AI-powered data science team of copilots that uses agents to help you perform common data science tasks 10X faster**.
4
17
 
5
- **Star This GitHub (Takes 2 seconds and means a lot).**
18
+ # Your AI Data Science Team (An Army Of Agents)
19
+
20
+ **An AI-powered data science team of agents to help you perform common data science tasks 10X faster**.
21
+
22
+ [**Please ⭐ us on GitHub (it takes 2 seconds and means a lot).**](https://github.com/business-science/ai-data-science-team)
6
23
 
7
24
  *Beta - This Python library is under active development. There may be breaking changes that occur until release of 0.1.0.*
8
25
 
@@ -19,12 +36,13 @@ The AI Data Science Team of Copilots includes Agents that specialize data cleani
19
36
 
20
37
  ## Table of Contents
21
38
 
22
- - [Your AI Data Science Team (An Army Of Copilots)](#your-ai-data-science-team-an-army-of-copilots)
39
+ - [Your AI Data Science Team (An Army Of Agents)](#your-ai-data-science-team-an-army-of-agents)
23
40
  - [Table of Contents](#table-of-contents)
24
- - [Companies That Want An AI Data Science Team Copilot](#companies-that-want-an-ai-data-science-team-copilot)
25
- - [Free Generative AI For Data Scientists Workshop](#free-generative-ai-for-data-scientists-workshop)
41
+ - [Companies That Want A Custom AI Data Science Team (And AI Apps)](#companies-that-want-a-custom-ai-data-science-team-and-ai-apps)
42
+ - [Free How To Build AI Agents for Data Scientists Workshop](#free-how-to-build-ai-agents-for-data-scientists-workshop)
26
43
  - [Data Science Agents](#data-science-agents)
27
44
  - [Coming Soon: Multi-Agents](#coming-soon-multi-agents)
45
+ - [...And after that, the Multi-Agent Data Science Apps](#and-after-that-the-multi-agent-data-science-apps)
28
46
  - [Agents Available Now](#agents-available-now)
29
47
  - [Agents Coming Soon](#agents-coming-soon)
30
48
  - [Disclaimer](#disclaimer)
@@ -34,14 +52,19 @@ The AI Data Science Team of Copilots includes Agents that specialize data cleani
34
52
  - [Example 2: Cleaning Data with the Data Cleaning Agent](#example-2-cleaning-data-with-the-data-cleaning-agent)
35
53
  - [Contributing](#contributing)
36
54
  - [License](#license)
55
+ - [Want To Become A Full-Stack Generative AI Data Scientist?](#want-to-become-a-full-stack-generative-ai-data-scientist)
56
+
57
+ ## Companies That Want A Custom AI Data Science Team (And AI Apps)
37
58
 
38
- ## Companies That Want An AI Data Science Team Copilot
59
+ Want to have your own _customized_ enterprise-grade AI Data Science Team and domain-specifici AI-powered Apps?
39
60
 
40
- If you are interested in having your own custom enteprise-grade AI Data Science Team Copilot, send inquiries here: [https://www.business-science.io/contact.html](https://www.business-science.io/contact.html)
61
+ **Send inquiries here:** [https://www.business-science.io/contact.html](https://www.business-science.io/contact.html)
41
62
 
42
- ## Free Generative AI For Data Scientists Workshop
63
+ ## Free How To Build AI Agents for Data Scientists Workshop
43
64
 
44
- If you want to learn how to build AI Agents for your company that performs Data Science, Business Intelligence, Churn Modeling, Time Series Forecasting, and more, [register for my next Generative AI for Data Scientists workshop here.](https://learn.business-science.io/ai-register)
65
+ If you're an aspiring data scientist who wants to learn how to build AI Agents and AI Apps for your company that performs Data Science, Business Intelligence, Churn Modeling, Time Series Forecasting, and more, then I'd love to help you.
66
+
67
+ [**Register for my next Generative AI for Data Scientists workshop here.**](https://learn.business-science.io/ai-register)
45
68
 
46
69
  ## Data Science Agents
47
70
 
@@ -55,6 +78,12 @@ This is the internals of the Business Intelligence SQL Agent I'm working on:
55
78
 
56
79
  ![Business Intelligence SQL Agent](/img/multi_agent_sql_data_visualization.jpg)
57
80
 
81
+ ### ...And after that, the Multi-Agent Data Science Apps
82
+
83
+ This is a top secret project I'm working on. It's a multi-agent data science app that performs time series forecasting.
84
+
85
+ ![Multi-Agent Data Science App](/img/ai_powered_apps.jpg)
86
+
58
87
  ### Agents Available Now
59
88
 
60
89
  1. **Data Wrangling Agent:** Merges, Joins, Preps and Wrangles data into a format that is ready for data analysis.
@@ -97,15 +126,14 @@ pip install git+https://github.com/business-science/ai-data-science-team.git --u
97
126
  [See the full example here.](/examples/feature_engineering_agent.ipynb)
98
127
 
99
128
  ``` python
100
- feature_engineering_agent = make_feature_engineering_agent(model = llm)
101
-
102
- response = feature_engineering_agent.invoke({
103
- "user_instructions": "Make sure to scale and center numeric features",
104
- "target_variable": "Churn",
105
- "data_raw": df.to_dict(),
106
- "max_retries":3,
107
- "retry_count":0
108
- })
129
+ feature_engineering_agent = FeatureEngineeringAgent(model = llm)
130
+
131
+ feature_engineering_agent.invoke_agent(
132
+ data_raw = df,
133
+ user_instructions = "Make sure to scale and center numeric features",
134
+ target_variable = "Churn",
135
+ max_retries = 3,
136
+ )
109
137
  ```
110
138
 
111
139
  ``` bash
@@ -115,19 +143,22 @@ response = feature_engineering_agent.invoke({
115
143
  * EXPLAIN AGENT CODE
116
144
  ```
117
145
 
146
+ ``` python
147
+ feature_engineering_agent.get_data_engineered()
148
+ ```
149
+
118
150
  ### Example 2: Cleaning Data with the Data Cleaning Agent
119
151
 
120
152
  [See the full example here.](/examples/data_cleaning_agent.ipynb)
121
153
 
122
154
  ``` python
123
- data_cleaning_agent = make_data_cleaning_agent(model = llm)
124
-
125
- response = data_cleaning_agent.invoke({
126
- "user_instructions": "Don't remove outliers when cleaning the data.",
127
- "data_raw": df.to_dict(),
128
- "max_retries":3,
129
- "retry_count":0
130
- })
155
+ data_cleaning_agent = DataCleaningAgent(model = llm)
156
+
157
+ response = data_cleaning_agent.invoke_agent(
158
+ data_raw = df,
159
+ user_instructions = "Don't remove outliers when cleaning the data.",
160
+ max_retries = 3,
161
+ )
131
162
  ```
132
163
 
133
164
  ``` bash
@@ -137,6 +168,10 @@ response = data_cleaning_agent.invoke({
137
168
  * EXPLAIN AGENT CODE
138
169
  ```
139
170
 
171
+ ``` python
172
+ data_cleaning_agent.get_data_cleaned()
173
+ ```
174
+
140
175
  ## Contributing
141
176
 
142
177
  1. Fork the repository
@@ -149,3 +184,10 @@ response = data_cleaning_agent.invoke({
149
184
 
150
185
  This project is licensed under the MIT License. See LICENSE file for details.
151
186
 
187
+ # Want To Become A Full-Stack Generative AI Data Scientist?
188
+
189
+ ![Generative AI Data Scientist](/img/become_a_generative_ai_data_scientist.jpg)
190
+
191
+ I teach Generative AI Data Science to help you build AI-powered data science apps. [**Register for my next Generative AI for Data Scientists workshop here.**](https://learn.business-science.io/ai-register)
192
+
193
+
@@ -0,0 +1 @@
1
+ __version__ = "0.0.0.9008"
@@ -1,6 +1,6 @@
1
1
  from ai_data_science_team.agents.data_cleaning_agent import make_data_cleaning_agent, DataCleaningAgent
2
- from ai_data_science_team.agents.feature_engineering_agent import make_feature_engineering_agent
3
- from ai_data_science_team.agents.data_wrangling_agent import make_data_wrangling_agent
4
- from ai_data_science_team.agents.sql_database_agent import make_sql_database_agent
5
- from ai_data_science_team.agents.data_visualization_agent import make_data_visualization_agent
2
+ from ai_data_science_team.agents.feature_engineering_agent import make_feature_engineering_agent, FeatureEngineeringAgent
3
+ from ai_data_science_team.agents.data_wrangling_agent import make_data_wrangling_agent, DataWranglingAgent
4
+ from ai_data_science_team.agents.sql_database_agent import make_sql_database_agent, SQLDatabaseAgent
5
+ from ai_data_science_team.agents.data_visualization_agent import make_data_visualization_agent, DataVisualizationAgent
6
6