Agent Zero

Active
GitHub Python NOASSERTION

Description

Agent Zero is a general-purpose AI agent framework supporting autonomous task planning, tool use, and code execution for building self-directed AI assistants.

Key Features

  • Full Linux desktop (XFCE) embedded in the Web UI canvas
  • Built-in browser with DOM annotation mode for real-time element inspection
  • Markdown editor with real-time AI collaboration on documents
  • Plugin Hub with 100+ community plugins for one-click extension
  • A0 CLI Connector bridging host machine terminal for cross-environment operations
  • OpenAI Codex OAuth login to use existing subscriptions

Use Cases

💡 AI automation tasks requiring full Linux desktop for GUI applications
💡 Team collaboration with AI participating in real-time document writing
💡 Web UI testing and modification through browser DOM annotations
💡 Building customized AI workflows and automation via the plugin system

Quick Start

Run the install script: curl -fsSL https://bash.agent-zero.ai | bash, or use Docker directly: docker run -p 80:80 -v a0_usr:/a0/usr agent0ai/agent-zero, open the Web UI and configure your LLM provider to get started.

Related Projects