An autonomous AI system that builds, tests, and deploys production-ready AI agents from plain English requirements.
The Meta-Agent Factory takes natural language requirements and automatically:
- Generates complete agent code with LangGraph/CrewAI/Direct LLM
- Creates comprehensive test suites
- Builds Docker containers
- Generates Kubernetes deployments with auto-scaling
- Implements monitoring and observability
- Handles multi-tenancy and cost tracking
- Autonomous Test-Fix Loop: Automatically fixes code until all tests pass
- Production-First: Every agent is deployment-ready from day one
- Scale-to-Zero: Agents cost $0 when idle using KEDA autoscaling
- Multi-Framework: Supports LangGraph, CrewAI, and Direct LLM patterns
- Observable: Built-in OpenTelemetry tracing and Prometheus metrics
See REPO_LAYOUT.md for the complete directory structure.
# Clone the repository
git clone https://github.com/Instabidsai/Meta-agent-building-system.git
# Navigate to the project
cd Meta-agent-building-system
# Start building agents!"Build me an agent that monitors Slack for questions about our product and answers them using our knowledge base"
The system will:
- Identify required secrets (SLACK_TOKEN, OPENAI_API_KEY)
- Create repository:
instabids-agents/slack-support-bot - Generate complete agent code with worker loop
- Create and run comprehensive tests
- Build and validate Docker container
- Generate Kubernetes manifests with autoscaling
- Deliver production-ready system
Check the examples/ directory for agents built by this system.