main
md 32 lines 1.21 KB
Rendered Raw
1 # Architecture
2
3 Agent Zero architecture is now documented in
4 [DeepWiki for Agent Zero](https://deepwiki.com/agent0ai/agent-zero).
5
6 Use DeepWiki when you want source-linked explanations of:
7
8 - the agent loop and message flow;
9 - Web UI internals;
10 - plugin discovery and lifecycle;
11 - projects, memory, tools, and scheduler internals;
12 - backend APIs and WebSocket behavior;
13 - deployment and runtime structure.
14
15 This local page intentionally stays short so the repository does not maintain a
16 second, stale architecture manual.
17
18 ## Practical Starting Points
19
20 | Goal | Start here |
21 | --- | --- |
22 | Install or update Agent Zero | [Installation Guide](../setup/installation.md) |
23 | Learn the Web UI | [Usage Guide](../guides/usage.md) |
24 | Create a focused workspace | [Projects Guide](../guides/projects.md) |
25 | Use the Browser | [Browser Guide](../guides/browser.md) |
26 | Connect host files and shell | [A0 CLI Connector](../guides/a0-cli-connector.md) |
27 | Build plugins | [Plugins](plugins.md) |
28 | Build extensions | [Extensions](extensions.md) |
29 | Configure MCP | [MCP Configuration](mcp-configuration.md) |
30
31 If you are changing core behavior, read the relevant DeepWiki page first, then
32 inspect the source in this repository before editing.