AutoAgent is a fully automated, zero-code LLM agent framework that lets users create agents and workflows using natural language instead of manual coding and configuration. It is structured around modes that cover both “use” and “build” scenarios: a user mode for running a ready-made multi-agent research assistant, plus editors for creating individual agents or multi-agent workflows from conversational requirements. The framework emphasizes self-managing workflow generation, where it can infer steps, refine them, and adapt plans even when users cannot fully specify implementation details up front. It also describes resource orchestration and iterative self-improvement behaviors, including controlled code generation for building tools and agent capabilities when needed. The project is designed to work with multiple LLM providers and model endpoints, allowing users to choose different backends by setting environment variables and model identifiers.
Features
- Natural-language-driven creation of agents and workflows
- Natural-language-driven creation of agents and workflows
- Agent editor for creating agents without full workflow scaffolding
- Workflow editor for generating multi-agent pipelines from descriptions
- Multi-provider LLM compatibility via environment-based configuration
- CLI-first operation with containerized runtime support for consistency