New Agents
- **MLflowToolsAgent**: This agent has 11+ tools for managing models, ML projects, and making production ML predictions with MLflow.
- **New Example:** MLflow Agent [See Example](https://github.com/business-science/ai-data-science-team/blob/master/examples/ml_agents/mlflow_tools_agent.ipynb)
New AI Apps
- **Created app/ directory:** Houses AI applications that demonstrate usage of the AI Data Science Team
- **SQL Database Agent App:** Connects any SQL Database, generates SQL queries from natural language, and returns data as a downloadable table. [See Application](https://github.com/business-science/ai-data-science-team/tree/master/apps/sql-database-agent-app)
Internal Changes
- Refactored utils, parsers, and tools to make it more clear the function roles
- Async updates
**Full Changelog**: https://github.com/business-science/ai-data-science-team/compare/0.0.0.9009...0.0.0.9010