AIAny
AI Agent2024
Icon for item

AI Data Science Team

A library of specialized AI agents that automate data science steps: loading, cleaning, wrangling, feature engineering, SQL queries, EDA, and ML modeling via H2O and MLflow. Higher-level analyst workflows chain these under a supervisor agent.

Introduction

Most "AI for data science" tools stop at a chat box that writes pandas snippets you still have to wire together. This project takes the opposite bet: it ships a roster of narrow, single-job agents — one for cleaning, one for feature engineering, one for SQL, one for H2O modeling — so the LLM's job becomes orchestration rather than reinventing each step from a blank prompt.

What Sets It Apart
  • Each agent emits real, inspectable Python or SQL, not just a chat answer — you can lift the generated code into a notebook or pipeline and rerun it without the model in the loop.
  • Coverage spans the whole workflow: data loading, wrangling, cleaning, visualization, EDA, feature engineering, and SQL databases, plus H2O AutoML and MLflow tracking agents.
  • Multi-agent analysts (Pandas Data Analyst, SQL Data Analyst) and a Supervisor Agent compose several specialized agents into a single task, instead of you calling each one by hand.
Great Fit / Look Elsewhere

Great fit if you already live in the Python data stack (pandas, scikit-learn, H2O) and want LLM agents that hand back reproducible code for routine, repetitive steps. Look elsewhere if you need a no-code BI dashboard, a general-purpose coding assistant, or production guarantees — this is an evolving, code-first toolkit where you stay on the hook for reviewing whatever each agent generates before trusting it.

Information

  • Websitegithub.com
  • OrganizationsBusiness Science
  • AuthorsBusiness Science (Matt Dancho)
  • Published date2024/12/11

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).