Back to Agent Zero

Architecture

docs/developer/architecture.md

1.141.2 KB
Original Source

Architecture

Agent Zero architecture is now documented in DeepWiki for Agent Zero.

Use DeepWiki when you want source-linked explanations of:

  • the agent loop and message flow;
  • Web UI internals;
  • plugin discovery and lifecycle;
  • projects, memory, tools, and scheduler internals;
  • backend APIs and WebSocket behavior;
  • deployment and runtime structure.

This local page intentionally stays short so the repository does not maintain a second, stale architecture manual.

Practical Starting Points

GoalStart here
Install or update Agent ZeroInstallation Guide
Learn the Web UIUsage Guide
Create a focused workspaceProjects Guide
Use the BrowserBrowser Guide
Connect host files and shellA0 CLI Connector
Build pluginsPlugins
Build extensionsExtensions
Configure MCPMCP Configuration

If you are changing core behavior, read the relevant DeepWiki page first, then inspect the source in this repository before editing.