Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.56 KB

File metadata and controls

25 lines (21 loc) · 1.56 KB
name ZeroBuild
description Autonomous Software Factory — hierarchical multi-agent AI team that auto-builds software from idea to production
tech_stack rust, multi-agent, telegram, discord, slack, github-connector, sandbox, openrouter

ZeroBuild is an Autonomous Software Factory that lets you build and host your own AI-powered software development system. Through a Hierarchical Multi-Agent System, you provide a raw idea in natural language, and ZeroBuild automatically assembles a team of AI specialists — Orchestrator (CEO), Business Analyst, UI/UX Designer, Developer, Tester, and DevOps Engineer — that coordinate to automate the entire software development lifecycle.

Key components:

  • Orchestrator Agent (CEO) — receives ideas, creates plans, spawns and supervises sub-agents
  • BA Agent — writes PRD and requirements
  • UI/UX Agent — creates design specs
  • Developer Agent — implements code
  • Tester Agent — validates with auto-fix loops
  • DevOps Agent — deploys to GitHub / live URL
  • Blackboard — shared state layer (InMemoryMessageBus + SharedContextEntry) for cross-agent collaboration
  • Local Process Sandbox — isolated build environment with cleared environment variables

Dual-mode architecture:

  • Single-agent mode — one unified agent handles everything
  • Factory mode — Orchestrator spawns specialized sub-agents for complex tasks

Multi-channel support: Telegram, Discord, Slack, CLI Multi-provider LLM: OpenAI, Anthropic, OpenRouter, DeepSeek, Gemini GitHub connector: repos, issues, PRs, comments, inline code reviews, push — all via chat