meta-agent
Basic Information
Meta Agent is a Python command-line tool that automatically generates production-ready AI agents from plain English descriptions. It is designed to let developers, solutions architects, rapid prototypers, and hobbyists create working agents without manually writing YAML specifications. From a short natural language prompt or interactive session the tool parses requirements, plans tasks, generates code, unit tests, guardrails, and any custom tools needed, then outputs a complete project structure including generated agent code, tests, and configuration. The project leverages the OpenAI SDK for LLM capabilities and requires an OpenAI API key. It also supports optional YAML and JSON spec files, project templates, and telemetry. The repo includes CLI commands for create, init, template management, and a dashboard for exported metrics.