AutoML-Agent: A Multi-Agent LLM Framework for Full-Pipeline AutoML
Abstract
Domain fit: AI-core · Core AI workload signals detected from paper context and implementation/artifact evidence.
Automated machine learning (AutoML) accelerates AI development by automating tasks in the development pipeline, such as optimal model search and hyperparameter tuning. Existing AutoML systems often require technical expertise to set up complex tools, which is in general time-consuming and requires a large amount of human effort. Therefore, recent works have started exploiting large language models (LLM) to lessen such burden and increase the usability of AutoML frameworks via a natural language interface, allowing non-expert users to build their data-driven solutions. These methods, however, are usually designed only for a particular process in the AI development pipeline and do not efficiently use the inherent capacity of the LLMs. This paper proposes AutoML-Agent, a novel multi-agent framework tailored for full-pipeline AutoML, i.e., from data retrieval to model deployment. AutoML-Agent takes user's task descriptions, facilitates collaboration between specialized LLM agents, and delivers deployment-ready models. Unlike existing work, instead of devising a single plan, we introduce a retrieval-augmented planning strategy to enhance exploration to search for more optimal plans. We also decompose each plan into sub-tasks (e.g., data preprocessing and neural network design) each of which is solved by a specialized agent we build via prompting executing in parallel, making the search process more efficient. Moreover, we propose a multi-stage verification to verify executed results and guide the code generation LLM in implementing successful solutions. Extensive experiments on seven downstream tasks using fourteen datasets show that AutoML-Agent achieves a higher success rate in automating the full AutoML process, yielding systems with good performance throughout the diverse domains.
Results and benchmarks
Automated machine learning (AutoML) accelerates AI development by automating tasks in the development pipeline, such as optimal model search and hyperparameter tuning.
Benchmark evidence is limited
Evidence graph: 3 refs, 3 links.
Utility signals: depth 60/100, grounding 75/100, status medium.
Implementation
Best maintained implementation now
[ICML-25] AutoML-Agent: A Multi-Agent LLM Framework for Full-Pipeline AutoML
160 stars · 20 forks · Last push Jul 11, 2025
- License
- CI
- Dependencies
- Docker
Official implementation from Papers with Code · Strong overlap with paper title keywords · Community adoption signal (160 stars)
DeepAuto-AI/automl-agent is the strongest maintained implementation based on ranking signals. Dependency/environment manifests are present.
Open DeepAuto-AI/automl-agent- License metadata missing
- No CI workflows detected
- Selected DeepAuto-AI/automl-agent as the strongest maintained implementation for new work.
- Includes dependency/environment manifest signals.
- Repository activity is within the last 24 months.
Compare implementation paths
Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.
- Maintenance
- Stale
- Confidence
- High
- Reproducibility
- Limited
- Stars
- 160
- Last push
- Jul 11, 2025 (411d)
Official implementation from Papers with Code · Strong overlap with paper title keywords
- No push in 12+ months
- No CI pipeline detected
- No tagged releases
- Maintenance
- Active
- Confidence
- Medium
- Reproducibility
- Moderate
- Stars
- 5
- Last push
- Aug 21, 2026 (5d)
Matched via arXiv identifier search · Strong overlap with paper title keywords
- No CI pipeline detected
- No tagged releases
- No Docker setup
- Maintenance
- Stale risk
- Confidence
- Low
- Reproducibility
- Moderate
- Stars
- 1
- Last push
- Nov 5, 2025 (294d)
Matched via arXiv identifier search · Partial overlap with paper title keywords
- No CI pipeline detected
- No tagged releases
- No Docker setup
Reproduction readiness
Setup required
Dependencies pinned, manual setup needed
- DeepAuto-AI/automl-agent has requirements.txt but requires manual environment setup.
- Last push was 411 days ago, so expect possible dependency version conflicts.
- No Dockerfile, so you will set up the environment manually.
- No CI pipeline, so test coverage is unknown.
Quick start
git clone https://github.com/DeepAuto-AI/automl-agent.git
pip install -r requirements.txt Validation caveat
Repositories and ecosystem
Official
No additional official repositories detected.
Community
- HakimOwais/AutoML-Multi-AgentConfidence: Medium
A Multi-Agent LLM framework for full AutoML pipeline
5 stars · 0 forks · Last push Aug 21, 2026 · Apache-2.0 license
These repositories had low-confidence matching signals and are hidden by default.
- alfiansmart/AutoML-Agent
Confidence: Low · 1 stars
- AdamKrysztopa/ds-crew
Confidence: Low · 0 stars
- t-harden/LLM4AutoML
Confidence: Low · 10 stars
- Dhruba531/automl-agent-system
Confidence: Low · 0 stars
Hugging Face artifacts
No direct paper-linked artifacts were found. Showing strongest curated related artifacts for faster exploration.
Models
No trustworthy models matches right now.
Search models on Hugging FaceDatasets
- tecnologiactc/automl_llm_agent_m1
384 downloads · 2 likes · Updated Aug 14, 2026
- tecnologiactc/automl_llm_agent_m2
99 downloads · 0 likes · Updated Jul 1, 2026
Spaces
No trustworthy spaces matches right now.
Search spaces on Hugging FaceResearch context
Tasks
Agentic tool use, Retrieval / indexing
Methods
Transformer, Retrieval-augmented generation
Domains
Natural Language Processing, Large Language Models, AI Agents, Information Retrieval
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXJump to Paper2Code search queries derived from this paper's research context.
Data includes links from Papers with Code ( CC-BY-SA-4.0 ).