update main readme pre v1.10

Update README.md

replace thumb img and update main readme
This commit is contained in:
Alessandro 2026-04-28 14:05:33 +02:00
parent df9523433d
commit 8a59cb8796
5 changed files with 265 additions and 140 deletions

345
README.md
View file

@ -1,185 +1,250 @@
<div align="center">
# `Agent Zero`
<img src="docs/res/a0-vector-graphics/horizontal_banner.svg" alt="Agent Zero Banner" width="100%"/>
<p align="center">
<a href="https://trendshift.io/repositories/11745" target="_blank"><img src="https://trendshift.io/api/badge/repositories/11745" alt="frdel%2Fagent-zero | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
</p>
# Agent Zero
### AI agents with a full Linux system at their fingertips, and yours.
[![Agent Zero Website](https://img.shields.io/badge/Website-agent--zero.ai-0A192F?style=for-the-badge&logo=vercel&logoColor=white)](https://agent-zero.ai) [![Thanks to Sponsors](https://img.shields.io/badge/GitHub%20Sponsors-Thanks%20to%20Sponsors-FF69B4?style=for-the-badge&logo=githubsponsors&logoColor=white)](https://github.com/sponsors/agent0ai) [![Follow on X](https://img.shields.io/badge/X-Follow-000000?style=for-the-badge&logo=x&logoColor=white)](https://x.com/Agent0ai) [![Join our Discord](https://img.shields.io/badge/Discord-Join%20our%20server-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/B8KZKNsPpj) [![Subscribe on YouTube](https://img.shields.io/badge/YouTube-Subscribe-red?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@AgentZeroFW) [![Connect on LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/jan-tomasek/) [![Follow on Warpcast](https://img.shields.io/badge/Warpcast-Follow-5A32F3?style=for-the-badge)](https://warpcast.com/agent-zero)
Agent Zero is a dynamic, organic agentic framework for running AI agents that can create tools, write code, browse the web, cooperate with other agents, and keep learning from your goals and projects.
[![Website](https://img.shields.io/badge/Website-agent--zero.ai-0A192F?style=for-the-badge&logo=vercel&logoColor=white)](https://agent-zero.ai)
[![Docs](https://img.shields.io/badge/Docs-Read%20the%20guides-1F6FEB?style=for-the-badge&logo=readthedocs&logoColor=white)](./docs/)
[![Discord](https://img.shields.io/badge/Discord-Join%20us-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/B8KZKNsPpj)
[![GitHub Sponsors](https://img.shields.io/badge/Sponsors-Thank%20you-FF69B4?style=for-the-badge&logo=githubsponsors&logoColor=white)](https://github.com/sponsors/agent0ai)
## Documentation:
[Introduction](#a-personal-organic-agentic-framework-that-grows-and-learns-with-you) •
[Installation](./docs/setup/installation.md) •
[How to update](./docs/setup/installation.md#how-to-update-agent-zero) <br>
[Development Setup](./docs/setup/dev-setup.md) •
[Usage](./docs/guides/usage.md)
Or see DeepWiki generated documentation:
[Introduction](#what-agent-zero-is) |
[Space Agent](#agent-zero-and-space-agent) |
[Quick Start](#quick-start) |
[CLI Connector](#a0-cli-connector-use-agent-zero-on-your-host-machine) |
[Features](#what-makes-agent-zero-different) |
[Examples](#try-these-first) |
[Docs](#documentation)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/agent0ai/agent-zero)
[Ask ChatGPT](https://chatgpt.com/?q=Analyze%20this%3A%20https%3A%2F%2Fgithub.com%2Fagent0ai%2Fagent-zero) |
[Ask Claude](https://claude.ai/new?q=Analyze%20this%3A%20https%3A%2F%2Fgithub.com%2Fagent0ai%2Fagent-zero)
</div>
<div align="center">
> ### 🚨 **AGENT ZERO SKILLS** 🚨
> **Skills System** - portable, structured agent capabilities using the open `SKILL.md` standard (compatible with Claude Code, Codex and more).
>
> **Plus:** Git-based Projects with authentication for public/private repositories - clone codebases directly into isolated workspaces.
>
> See [Usage Guide](./docs/guides/usage.md) and [Projects Tutorial](./docs/guides/projects.md) to get started.
<a href="https://www.youtube.com/watch?v=k78HX_RA9Q0&t=19s">
<img src="docs/res/thumbnail-install.webp" alt="Agent Zero Installation Guide" width="100%"/>
</a>
</div>
# What Is Agent Zero
Agent Zero is not a predefined one-purpose agent.
[![Showcase](/docs/res/showcase-thumb.png)](https://www.youtube.com/watch?v=MdzLhWWoxEs)
It is a transparent, extensible framework where the agent can use the operating system as a tool: a real Linux environment, terminal, code execution, files, memory, browser automation, plugins, and tools it learns to create along the way.
The goal is simple: give an AI agent enough environment, memory, communication, and freedom to solve real tasks while keeping the work inspectable and steerable by you.
## A personal, organic agentic framework that grows and learns with you
## How To Install
### macOS / Linux
- Agent Zero is not a predefined agentic framework. It is designed to be dynamic, organically growing, and learning as you use it.
- Agent Zero is fully transparent, readable, comprehensible, customizable, and interactive.
- Agent Zero uses the computer as a tool to accomplish its (your) tasks.
# ⚙️ Installation
Click to open a video to learn how to install Agent Zero:
[![Easy Installation guide](/docs/res/install_guide.png)](https://www.youtube.com/watch?v=2-qFNUvqrXA)
### ⚡ Quick Start
**macOS / Linux:**
```bash
curl -fsSL https://bash.agent-zero.ai | bash
```
**Windows (PowerShell):**
### Windows PowerShell
```powershell
irm https://ps.agent-zero.ai | iex
```
**Docker:**
### Docker Desktop already installed? Use this command directly
```bash
docker run -p 80:80 agent0ai/agent-zero
docker run -p 80:80 -v a0_usr:/a0/usr agent0ai/agent-zero
```
A detailed setup guide for Windows, macOS, and Linux can be found in the Agent Zero Documentation at [this page](./docs/setup/installation.md).
Then open the Web UI, configure your LLM provider, and start with a concrete task. For the full setup path, including updates and platform notes, see the [Installation guide](./docs/setup/installation.md).
# What Makes Agent Zero Different
## Computer as a Tool
Agent Zero can use a Kali Linux system to accomplish your task. It can inspect files, run commands, write code, install and use tools, create scripts, search the web, and adapt its workflow as the task evolves.
The important idea is not a fixed list of buttons. The important idea is that the agent can build and use the right tool when the work demands it.
## Universal Canvas
Agent Zero is becoming more visual and collaborative. The right-side Universal Canvas gives agents and humans shared working surfaces for browser sessions, Office files, workspace history, and other plugin panels.
The canvas makes agent work visible. You can watch it browse, inspect what changed, open files, cowork on deliverables, and intervene before a small mistake becomes a large one.
## Cowork on Office Documents
Create, open, and cowork with the AI on documents, spreadsheets, and presentation decks.
# 💡 Key Features
<img width="1280" height="656" alt="Agent Zero Collabora Office" src="https://github.com/user-attachments/assets/23893e10-cee9-4ee1-8f92-66193c25f0cd" />
<br>
1. **General-purpose Assistant**
The Office canvas supports editable artifacts with Collabora Online and WOPI, including DOCX, XLSX, and PPTX workflows. Agents can create substantial deliverables, read their contents, apply precise saved edits, preserve version history, and generate native XLSX charts directly inside spreadsheets.
- Agent Zero is not pre-programmed for specific tasks (but can be). It is meant to be a general-purpose personal assistant. Give it a task, and it will gather information, execute commands and code, cooperate with other agent instances, and do its best to accomplish it.
- It has a persistent memory, allowing it to memorize previous solutions, code, facts, instructions, etc., to solve tasks faster and more reliably in the future.
## Native Browser With Annotations and Extensions
![Agent 0 Working](/docs/res/ui_screen2.png)
<img width="1280" height="656" alt="Native Browser" src="https://github.com/user-attachments/assets/2e7aa52c-317a-4ded-987c-4d7f12e1bdd7" />
<br>
2. **Computer as a Tool**
Agent Zero includes a direct Playwright-powered Browser tool with a visible WebUI viewer. The agent can navigate pages, inspect readable page content, and act through typed page references such as `[link 3]`, `[button 6]`, and `[input text 8]`.
- Agent Zero uses the operating system as a tool to accomplish its tasks. It has no single-purpose tools pre-programmed. Instead, it can write its own code and use the terminal to create and use its own tools as needed.
- The only default tools in its arsenal are online search, memory features, communication (with the user and other agents), and code/terminal execution. Everything else is created by the agent itself or can be extended by the user.
- Tool usage functionality has been developed from scratch to be the most compatible and reliable, even with very small models.
- **Default Tools:** Agent Zero includes tools like knowledge, code execution, and communication.
- **Creating Custom Tools:** Extend Agent Zero's functionality by creating your own custom tools.
- **Skills (SKILL.md Standard):** Skills are contextual expertise loaded dynamically when relevant. They use the open SKILL.md standard (developed by Anthropic), making them compatible with Claude Code, Cursor, Goose, OpenAI Codex CLI, and GitHub Copilot.
For web and mobile development, Annotate mode lets you click page elements or regions and leave actionable comments for the agent targeted at the page itself. You can review a UI visually, mark what needs to change, and send those notes straight back into the conversation.
3. **Multi-agent Cooperation**
- Every agent has a superior agent giving it tasks and instructions. Every agent then reports back to its superior.
- In the case of the first agent in the chain (Agent 0), the superior is the human user; the agent sees no difference.
- Every agent can create its subordinate agent to help break down and solve subtasks. This helps all agents keep their context clean and focused.
![Multi-agent](docs/res/usage/multi-agent.png)
### Browser
- Browser automation is provided by the built-in `_browser` plugin and the direct `browser` tool.
- The tool uses Playwright operations controlled by the main agent, with typed page refs such as `[link 3]` and `[button 6]`.
- The plugin includes a visible WebUI browser viewer for open sessions.
- Playwright Chromium: **Docker** images ship the headless shell preinstalled. **Local development** installs it on first browser use via `ensure_playwright_binary()` in `plugins/_browser/helpers/playwright.py` (into `tmp/playwright`); you can pre-install manually (see [Development Setup](docs/setup/dev-setup.md)) to skip the wait.
4. **Completely Customizable and Extensible**
- Almost nothing in this framework is hard-coded. Nothing is hidden. Everything can be extended or changed by the user.
- The whole behavior is defined by a system prompt in the **prompts/default/agent.system.md** file. Change this prompt and change the framework dramatically.
- The framework does not guide or limit the agent in any way. There are no hard-coded rails that agents have to follow.
- Every prompt, every small message template sent to the agent in its communication loop can be found in the **prompts/** folder and changed.
- Built-in tools live in the core **tools/** folder or in built-in plugins under **plugins/** and can be adapted or extended.
- **Automated configuration** via `A0_SET_` environment variables for deployment automation and easy setup.
![Prompts](/docs/res/profiles.png)
5. **Communication is Key**
- Give your agent a proper system prompt and instructions, and it can do miracles.
- Agents can communicate with their superiors and subordinates, asking questions, giving instructions, and providing guidance. Instruct your agents in the system prompt on how to communicate effectively.
- The terminal interface is real-time streamed and interactive. You can stop and intervene at any point. If you see your agent heading in the wrong direction, just stop and tell it right away.
- There is a lot of freedom in this framework. You can instruct your agents to regularly report back to superiors asking for permission to continue. You can instruct them to use point-scoring systems when deciding when to delegate subtasks. Superiors can double-check subordinates' results and dispute. The possibilities are endless.
## 🚀 Real-world use cases
- **Financial Analysis & Charting** - `"Find last month's Bitcoin/USD price trend, correlate with major cryptocurrency news events, generate annotated chart with highlighted key dates"`
- **Excel Automation Pipeline** - `"Scan incoming directory for financial spreadsheets, validate and clean data, consolidate from multiple sources, generate executive reports with flagged anomalies"`
- **API Integration Without Code** - `"Use this Google Gemini API snippet to generate product images, remember the integration for future use"` - agent learns and stores the solution in memory
- **Automated Server Monitoring** - `"Check server status every 30 minutes: CPU usage, disk space, memory. Alert if metrics exceed thresholds"` (scheduled task with project-scoped credentials)
- **Multi-Client Project Isolation** - Separate projects for each client with isolated memory, custom instructions, and dedicated secrets - prevents context bleed across sensitive work
## 🐳 Fully Dockerized, with Speech-to-Text and TTS
![Settings](docs/res/settings-page-ui1.png)
- Customizable settings allow users to tailor the agent's behavior and responses to their needs.
- The Web UI output is very clean, fluid, colorful, readable, and interactive; nothing is hidden.
- You can load or save chats directly within the Web UI.
- The same output you see in the terminal is automatically saved to an HTML file in **logs/** folder for every session.
![Time example](/docs/res/time_example.jpg)
- Agent output is streamed in real-time, allowing users to read along and intervene at any time.
- No coding is required; only prompting and communication skills are necessary.
- With a solid system prompt, the framework is reliable even with small models, including precise tool usage.
## 👀 Keep in Mind
1. **Agent Zero Can Be Dangerous!**
- With proper instruction, Agent Zero is capable of many things, even potentially dangerous actions concerning your computer, data, or accounts. Always run Agent Zero in an isolated environment (like Docker) and be careful what you wish for.
2. **Agent Zero Is Prompt-based.**
- The whole framework is guided by the **prompts/** folder. Agent guidelines, tool instructions, messages, utility AI functions, it's all there.
The Browser also supports Chrome extensions installed from the Chrome Web Store directly inside the Agent Zero browser environment, so workflows can use the same kind of browser capabilities real users depend on.
## 📚 Read the Documentation
# A0 CLI Connector: Use Agent Zero on Your Host Machine
| Page | Description |
|-------|-------------|
| [Installation](./docs/setup/installation.md) | Installation, setup and configuration |
| [Usage](./docs/guides/usage.md) | Basic and advanced usage |
| [Guides](./docs/guides/) | Step-by-step guides: Usage, Projects, API Integration, MCP Setup, A2A Setup |
| [Development Setup](./docs/setup/dev-setup.md) | Development and customization |
| [WebSocket Infrastructure](./docs/developer/websockets.md) | Real-time WebSocket handlers, client APIs, filtering semantics, envelopes |
| [Extensions](./docs/developer/extensions.md) | Extending Agent Zero |
| [Connectivity](./docs/developer/connectivity.md) | External API endpoints, MCP server connections, A2A protocol |
| [Architecture](./docs/developer/architecture.md) | System design and components |
| [Contributing](./docs/guides/contribution.md) | How to contribute |
| [Troubleshooting](./docs/guides/troubleshooting.md) | Common issues and their solutions |
Agent Zero is safe when it lives in Docker. The **A0 CLI Connector** is how you intentionally let it work beyond the container: on your host machine, in a terminal-first workflow, or against a server where you do not want a GUI at all.
<img width="1084" height="656" alt="A0 CLI Connector" src="https://github.com/user-attachments/assets/72d405df-d9a0-4d4b-8f96-edfa482bdb13" />
<br>
Install the connector on the machine you want Agent Zero to work on, not inside the Agent Zero container.
### macOS / Linux
```bash
curl -LsSf https://cli.agent-zero.ai/install.sh | sh
```
### Windows PowerShell
```powershell
irm https://cli.agent-zero.ai/install.ps1 | iex
```
Then run:
```bash
a0
```
`a0` connects your terminal to an Agent Zero instance. It can usually discover a local instance automatically, or you can point it at a remote Agent Zero URL hosted somewhere else, such as a VPS or tunnel.
When you activate **Read+Write** access and the **Remote Code Execution Tool** in the CLI, Agent Zero can operate on the filesystem and shell of the machine where `a0` is running. That means it can work on your real local project files, not only files inside the Docker sandbox.
This is especially useful if you:
- prefer CLI workflows;
- want Agent Zero to work in an existing local repository;
- are running Agent Zero on a remote server;
- need code execution on a headless machine without using the Web UI;
- want Docker isolation for Agent Zero while still granting explicit, controlled access to selected host-side work.
For full setup details, manual fallback installation, and remote-host tips, see the [A0 CLI Connector guide](./docs/guides/a0-cli-connector.md).
## 🤝 Community and Support
### Projects, Skills, and Agent Profiles
- [Join our Discord](https://discord.gg/B8KZKNsPpj) for live discussions or [visit our Skool Community](https://www.skool.com/agent-zero).
- [Follow our YouTube channel](https://www.youtube.com/@AgentZeroFW) for hands-on explanations and tutorials
- [Report Issues](https://github.com/agent0ai/agent-zero/issues) for bug fixes and features
Projects isolate workspaces, instructions, memory, secrets, knowledge, repositories, and model presets. Clone a public or private Git repo into an isolated project and give the agent context that belongs to that work alone.
Skills use the open `SKILL.md` standard: portable, structured capabilities that can be activated globally, per project, or for the current chat. Agent Profiles let you switch the behavior, prompt overrides, tools, extensions, and model configuration of the active agent without rewriting the whole system.
### Multi-Agent Cooperation
Every agent can create subordinate agents to break down work. The superior gives tasks and receives reports; subagents keep their own contexts focused and return their findings when done.
This makes Agent Zero useful for research, software engineering, data analysis, plugin development, and tasks where several specialized perspectives are better than one overloaded context.
### Transparent and Extensible by Design
Almost nothing is hidden. Prompts live in `prompts/`, tools live in `tools/` or plugins, and built-in behavior can be inspected, changed, replaced, or extended.
Agent Zero supports plugins, MCP, A2A, custom tools, custom prompts, project-scoped configuration, environment-based deployment settings, and a Web UI designed to keep the agent's work readable in real time.
### Also Included
- Fully Dockerized runtime with a clean Web UI.
- Real-time streamed output so you can interrupt, redirect, or refine the work as it happens.
- Speech-to-text and text-to-speech support.
- Chat load/save, generated HTML logs, file browser, settings UI, and deployment-friendly `A0_SET_` configuration.
## Try These First
- **Research with a browser:** "Open the browser, compare three project management tools for a small AI team, and summarize the tradeoffs with source links."
- **Cowork on a spreadsheet:** "Create an editable XLSX budget model with assumptions, monthly projections, and a native chart."
- **Review a web UI:** "Open my local app in the Browser. I will annotate the page with comments; then implement the requested UI fixes."
- **Work inside a Git project:** "Clone this repository into a new project, inspect the architecture, and propose the safest first improvement."
- **Create a specialist:** "Create an Agent Profile for financial analysis with cautious reasoning, clear assumptions, and spreadsheet-first deliverables."
- **Recover a workspace:** "Show me recent Time Travel snapshots and explain what changed before I revert anything."
## Agent Zero and Space Agent
Agent Zero is the open framework and Linux-powered agent workbench.
[Space Agent](https://github.com/agent0ai/space-agent) is our newer product direction for the agent-shaped workspace: a Space the agent can reshape from inside your browser, with live demos, a desktop app, and a path to running a real server for yourself or your team.
<p align="left">
<a href="https://www.youtube.com/watch?v=CNRHxEZ8yqs"><img src="https://github.com/agent0ai/space-agent/raw/main/.github/thumbnail.webp" alt="Watch Space Agent on YouTube" width="560" /></a>
</p>
If you want the raw power and deep customizability of an agent with a full Linux system, start here with Agent Zero. If you want the polished Space experience for easier personal, team, desktop, or self-hosted use, explore [Space Agent](https://github.com/agent0ai/space-agent).
## Time Travel (powered by Space Agent)
Time Travel gives Agent Zero-owned `/a0/usr` workspaces snapshot history, diff inspection, travel, and revert. It is designed for recoverable agent work: see what changed, compare files, inspect a past state, and roll back when needed. Try it in Space Agent as well (link above).
<img alt="Time Travel" src="docs/res/time-travel.png" />
It is not a replacement for Git or backups. It is a practical safety layer for the workspace where agents are actively creating and editing files.
## Real-World Use Cases
- **Software engineering:** inspect a codebase, make scoped edits, run tests, explain tradeoffs, and keep a recoverable history of file changes.
- **Host-machine development:** connect with `a0`, grant Read+Write and remote execution when needed, and let Agent Zero work in your real local repositories.
- **Financial analysis and charting:** collect data, correlate events, create spreadsheets, and generate editable charts.
- **Office deliverables:** cowork on documents, spreadsheets, and presentation decks instead of trapping the result in chat text.
- **Web and mobile QA:** browse an app, annotate UI issues, install browser extensions, and turn visual comments into actionable fixes.
- **API integration:** paste an API snippet, let the agent build a working example, and store the pattern for future use.
- **Client/project isolation:** keep memory, secrets, instructions, files, and model choices separated by project.
- **Scheduled operations:** run recurring checks and monitoring tasks with project-scoped context and credentials.
## Safety Model
Agent Zero is powerful because it can use a real environment. Treat it with the same respect you would give a capable developer with shell access.
- Keep it running inside Docker or another isolated environment.
- Do not mount your entire home directory unless you understand the risk.
- Grant A0 CLI Read+Write access and remote code execution only for machines and workspaces you trust.
- Store credentials in project secrets or settings, not in prompts or public files.
- Review actions that touch accounts, money, production systems, or private data.
- Keep backups for important workspaces.
- Install browser extensions and third-party plugins only from sources you trust.
## Documentation
| I want to... | Start here |
| --- | --- |
| Install or update Agent Zero | [Installation](./docs/setup/installation.md) |
| Learn the UI and basic workflow | [Quickstart](./docs/quickstart.md) |
| Connect Agent Zero to host-machine files and shell | [A0 CLI Connector](./docs/guides/a0-cli-connector.md) |
| Use projects and Git workspaces | [Projects guide](./docs/guides/projects.md) |
| Create or switch Agent Profiles | [Agent Profiles](./docs/guides/agent-profiles.md) |
| Use skills and agent capabilities | [Usage guide](./docs/guides/usage.md) |
| Configure MCP or external tools | [MCP setup](./docs/guides/mcp-setup.md) |
| Understand the architecture | [Architecture](./docs/developer/architecture.md) |
| Build extensions or plugins | [Extensions](./docs/developer/extensions.md) |
| Contribute to the project | [Contributing](./docs/guides/contribution.md) |
| Troubleshoot problems | [Troubleshooting](./docs/guides/troubleshooting.md) |
## Build With Us
Agent Zero is built for people who want to understand and shape their tools.
You can help by improving docs, creating skills, publishing plugins, testing model/provider setups, reporting bugs, sharing workflows, or contributing core improvements. Start with the [Contributing guide](./docs/guides/contribution.md), browse the [Plugin Hub](./docs/guides/usage.md), or bring ideas to Discord.
## Community and Support
- [Discord](https://discord.gg/B8KZKNsPpj) for live discussion and help.
- [Skool Community](https://www.skool.com/agent-zero) for community learning.
- [YouTube](https://www.youtube.com/@AgentZeroFW) for demos and tutorials.
- [X](https://x.com/Agent0ai), [LinkedIn](https://www.linkedin.com/company/109758317), and [Warpcast](https://warpcast.com/agent-zero) for updates.
- [GitHub Issues](https://github.com/agent0ai/agent-zero/issues) for bugs and feature requests.

View file

@ -0,0 +1,60 @@
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1500 500" width="1500" height="500">
<defs>
<radialGradient id="g1" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(330.705,-2.949,2.949,330.705,751.373,283.415)">
<stop offset="0" stop-color="#2c315e"/>
<stop offset="1" stop-color="#101020"/>
</radialGradient>
</defs>
<style>
.s0 { fill: url(#g1) }
.s1 { fill: #ffffff }
</style>
<g id="BACKGROUND">
<path fill-rule="evenodd" class="s0" d="m-5.72-10.79h1511.44v519.19h-1511.44z"/>
</g>
<g>
<g id="SYMBOL">
<g>
<path class="s1" d="m544.42 405.31c-39.72-68.26-79.62-136.82-120.32-206.76-40.28 69.77-79.96 138.53-119.59 207.19h-61.51c60.46-104.5 181.27-311.74 181.27-311.74 0 0 121.33 206.76 181.78 311.31 0 0-61.64 0-61.63 0z"/>
</g>
<g>
<path class="s1" d="m501.71 405.6h-156.08c10.39-18.07 20.44-35.56 30.42-52.9h95.91c9.73 17.29 19.4 34.5 29.75 52.9z"/>
</g>
</g>
<g id="AGENT ZERO TEXT">
<g>
<path class="s1" d="m1030.27 342.81c6.2 9.48 12.04 18.4 18.57 28.39h-20.2c-5.81-7.9-12.12-16.48-18.33-24.93h-22.94v24.83h-16.22v-85.37c9.53 0 18.64-0.07 27.74 0.02 7.46 0.08 15.03-0.4 22.35 0.7 11.95 1.8 21.25 8.17 23.78 20.61 2.61 12.88 0.51 24.88-11.28 33.22-1 0.71-1.97 1.44-3.47 2.53zm-42.87-12.82c10.8 0 21.19 0.59 31.46-0.21 6.82-0.53 9.84-5.69 10.03-12.63 0.19-7.26-2.87-12.88-9.84-13.56-10.41-1.02-21-0.27-31.64-0.27v26.67z"/>
</g>
<g>
<path class="s1" d="m768.63 286.19v12.18c-16.63 18.68-33.1 37.2-50.85 57.13h50.46v15.71h-72.28v-16.47c14.92-16.55 30.18-33.47 46.97-52.11h-46.76v-16.44c0 0 72.45 0 72.46 0z"/>
</g>
<g>
<path class="s1" d="m1056.41 130.61c20.47 20.29 39.72 39.37 60.12 59.59v-48.88h15.05v86.11c-20.38-19.98-39.71-38.93-60.34-59.15v51.58h-14.84c0 0 0-89.25 0.01-89.25z"/>
</g>
<g>
<path class="s1" d="m1118.33 350.44c4.38-2.17 10.65-5 14.42-6.87 13.16 17.55 33.36 13.5 42.02 5.71 8.65-7.79 11.25-19.04 8-30.31-4.24-10.9-13.64-19.41-27.42-18.93-13.77 0.48-25.89 10.29-27.05 26.78h-15.97c-0.19-15.91 11.52-34.73 29.89-40.25 23.1-6.95 46.01 4.2 54.63 26.6 8 20.75-1.82 44-22.92 54.29-19.27 9.4-44.51 2.22-55.6-17.02z"/>
</g>
<g>
<path class="s1" d="m860.55 152.92c-3.51 2.66-7.8 5.61-10.84 7.92-17.78-14.71-37.98-9.8-45.19 8.66-4.33 12.12 1.99 28.01 15.3 32.91 11.58 4.25 24.4-0.2 27.73-10-2.75-0.83-5.49-1.66-8.97-2.71-0.29-4.08-0.59-8.15-0.94-12.99h30.75c2.3 17.79-11.88 37.51-29.99 41.97-20.02 4.94-41.07-6.09-48.36-25.34-7.19-18.98 1.53-41.68 19.65-51.17 17.75-9.31 40.24-4.88 50.85 10.76z"/>
</g>
<g>
<path class="s1" d="m691.65 135.37c15.31 29.31 29.55 56.57 44.42 85.05h-16.97c-8.86-16.05-17.93-32.49-27.54-49.89-9.19 17.24-17.81 33.43-26.61 49.95h-17.32c14.57-28.16 28.83-55.73 44.02-85.11z"/>
</g>
<g>
<path class="s1" d="m1213.07 154.63h-28.57v-14.68h71.83v14.69h-27.44v65.38h-15.82z"/>
</g>
<g>
<path class="s1" d="m855.48 301.57v20.88l20.03 0.29c0 0 0 9.53 0 15.98-8.16 0.29-16.86 0.14-24.89-1.76-6.78-1.6-11.66-7.18-11.96-14.62-0.48-11.74-0.13-24.09-0.13-36.59h68.75v15.82z"/>
</g>
<g>
<path class="s1" d="m838.68 370.97v-21.79c4.48-0.2 8.65-0.4 13.01-0.6 1.1 2.22 0.98 6.29 3.16 6.38 2.19 0.1 34.19 0 52.09 0v16.01z"/>
</g>
<g>
<path class="s1" d="m947.41 155.52v19.32l18.53 0.26c0 0 0 8.83 0 14.79-7.58 0.13-15.6 0.13-23.02-1.62-6.28-1.49-10.79-6.65-11.07-13.53-0.44-10.86-0.11-22.29-0.11-33.85h63.6v14.63z"/>
</g>
<g>
<path class="s1" d="m931.87 219.72v-20.15c4.15-0.2 8-0.37 12.04-0.55 1.01 2.05 0.9 5.82 2.92 5.9 2.02 0.08 31.62 0 48.18 0v14.8z"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
docs/res/time-travel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB