2 repository-uri
Tools that automatically create configuration and files to instantiate specialized AI agents for specific tasks.
Distinct from AI Agent: None of the candidates directly cover generating custom AI agents; most are about executing or managing agents.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Agent Generators. Refine with filters or upvote what's useful.
This project is a platform that orchestrates multiple AI agents to automate data science workflows—covering data loading, cleaning, feature engineering, modeling, and querying. It also functions as a natural language database query interface, converting plain English questions into SQL, and as a visual data pipeline builder. Custom agents are generated on demand by filling prompt templates for tasks like data cleaning and feature engineering. Pipelines incorporate human-in-the-loop checkpoints that pause execution for review and approval. Intermediate results are saved as versioned files, ena
Creates specialized AI agents for data tasks like cleaning, wrangling, and feature engineering from plain-language requests.
Youtu Agent is an open-source framework for building, running, and evaluating autonomous agents powered by large language models. It provides the core infrastructure for creating agents that follow reasoning loops, use toolkits, and coordinate with other agents to solve complex tasks, all managed through YAML-driven configuration files. The framework distinguishes itself through its support for multi-agent orchestration, where a planner agent decomposes tasks and coordinates specialized worker agents, and through its integration with the Model Context Protocol for connecting to external toolk
Ships a meta-agent that automatically generates tools, YAML configs, and agent setups from task descriptions.