mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-17 12:31:20 +00:00
Introduce the new built-in Browser plugin for Agent Zero, replacing the legacy browser-use-based browser agent with a direct Playwright-powered browser tool, live WebUI viewer, browser session controls, status APIs, configuration, and extension-management support. Add browser-specific modal behavior so the browser can run as a floating, resizable, no-backdrop window, including modal focus, toggle, and idempotent open helpers for richer WebUI surfaces. Remove the old `_browser_agent` core plugin and the `browser-use` dependency, then clean up stale browser-model wiring and references across agent code, model configuration docs, setup guides, troubleshooting docs, skills, and Agent Zero knowledge. Update regression and WebUI extension-surface coverage for the new browser architecture and modal behavior. The legacy browser-use implementation has been extracted from core so it can continue separately as a community plugin published through the A0 Plugin Index for any user or professional that were relying on it for workflow. |
||
|---|---|---|
| .. | ||
| agents | ||
| developer | ||
| guides | ||
| res | ||
| setup | ||
| quickstart.md | ||
| README.md | ||
Agent Zero Documentation
Welcome to the Agent Zero documentation hub. Whether you're getting started or diving deep into the framework, you'll find comprehensive guides below.
Quick Start
- Quickstart Guide: Get up and running in 5 minutes with Agent Zero.
- Installation Guide: Install scripts, updates, and advanced Docker setup (includes How to Update).
- A0 CLI Connector: Install the terminal-native connector, connect it to Agent Zero, and copy a setup brief for another agent.
- Self Update: How the in-app updater works (technical reference).
- VPS Deployment: Deploy Agent Zero on a remote server.
- Development Setup: Set up a local development environment.
User Guides
- Usage Guide: Comprehensive guide to Agent Zero's features and capabilities.
- A0 CLI Connector: Terminal-first companion workflow for Agent Zero.
- Agent Profiles: Create and select specialized profiles, prompt overrides, and profile-specific model config.
- Projects Tutorial: Learn to create isolated workspaces with dedicated context and memory.
- API Integration: Add external APIs without writing code.
- MCP Setup: Configure Model Context Protocol servers.
- A2A Setup: Enable agent-to-agent communication.
- Troubleshooting: Solutions to common issues and FAQs.
Developer Documentation
- Architecture Overview: Understand Agent Zero's internal structure and components.
- Plugins: Build plugins with
plugin.yaml, scoped settings, and activation toggles. - Extensions: Create custom extensions to extend functionality.
- Connectivity: Connect to Agent Zero from external applications.
- WebSockets: Real-time communication infrastructure.
- MCP Configuration: Advanced MCP server configuration.
- Notifications: Notification system architecture and setup.
- Contributing Skills: Create and share agent skills.
- Contributing Guide: Contribute to the Agent Zero project.
Community & Support
- Join the Community: Connect with other users on Discord to discuss ideas, ask questions, and collaborate.
- Share Your Work: Show off your Agent Zero creations and workflows in the Show and Tell area.
- Report Issues: Use the GitHub issue tracker to report bugs or suggest features.
- Follow Updates: Subscribe to the YouTube channel for tutorials and release videos.
Table of Contents
-
- Quickstart Guide
- Installation Guide
- Self Update (technical)
- VPS Deployment
- Development Setup
- A0 CLI Connector
Your journey with Agent Zero starts now!
Ready to dive in? Start with the Quickstart Guide for the fastest path to your first chat, or follow the Installation Guide for a detailed setup walkthrough.
