agent-zero/docs/developer/architecture.md
Alessandro 58b161e5d3 docs: make Agent Zero guides more human
Refresh README, quickstart, and the docs index around Browser, Desktop, A0 CLI, projects, memory, skills, profiles, and model presets.

Add optimized scoped screenshots for Web UI, Browser, Desktop, and CLI workflows.

Trim architecture-heavy developer pages toward DeepWiki handoffs so local docs stay focused on practical user guidance.
2026-05-09 00:02:11 +02:00

32 lines
1.2 KiB
Markdown

# Architecture
Agent Zero architecture is now documented in
[DeepWiki for Agent Zero](https://deepwiki.com/agent0ai/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
| Goal | Start here |
| --- | --- |
| Install or update Agent Zero | [Installation Guide](../setup/installation.md) |
| Learn the Web UI | [Usage Guide](../guides/usage.md) |
| Create a focused workspace | [Projects Guide](../guides/projects.md) |
| Use the Browser | [Browser Guide](../guides/browser.md) |
| Connect host files and shell | [A0 CLI Connector](../guides/a0-cli-connector.md) |
| Build plugins | [Plugins](plugins.md) |
| Build extensions | [Extensions](extensions.md) |
| Configure MCP | [MCP Configuration](mcp-configuration.md) |
If you are changing core behavior, read the relevant DeepWiki page first, then
inspect the source in this repository before editing.