Update README.md
Alessandro committed
May 5, 2026 at 17:27 UTC
04b9f45199497a7cd0723c3f969f59ceb95571bf
1 file changed
+8
-5
README.md
+8
-5
@@ -78,18 +78,21 @@ Agent Zero is becoming more visual and shared. The right-side Universal Canvas g
78
79
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.
80
81
-## Cowork on Documents
81
+## LibreOffice Integration
82
83
-Create, open, and cowork with the AI on documents, spreadsheets, and presentation decks.
83
+<img alt="Cowork on Documents" src="https://github.com/user-attachments/assets/5ceb8f2c-cb5a-41d0-b7a8-7d5da6375aa1" />
84
+<br>
85
+
86
+Create, open, and cowork with the AI on documents, spreadsheets, and presentation decks with the LibreOffice stack.
87
85
-The document canvas supports Markdown by default, with LibreOffice-native ODT, ODS, and ODP workflows when binary office artifacts are needed. DOCX, XLSX, and PPTX remain available for explicit Microsoft compatibility. Agents can create substantial deliverables, read their contents, apply precise saved edits, preserve version history, and generate native XLSX charts directly inside compatibility spreadsheets.
88
+The document canvas supports Markdown by default, with LibreOffice-native ODT, ODS, and ODP workflows when binary office artifacts are needed. Agents can create substantial deliverables, read their contents, apply precise saved edits, preserve version history, and generate native ODS charts directly inside spreadsheets. Microsoft Office compatibility imports and exports remain available when explicitly requested.
89
90
## Native Browser With Annotations and Extensions
91
89
-<img width="1280" height="656" alt="Native Browser" src="https://github.com/user-attachments/assets/2e7aa52c-317a-4ded-987c-4d7f12e1bdd7" />
92
+<img alt="Native Browser" src="https://github.com/user-attachments/assets/4a2a9f8a-470f-4f24-94b7-c5fbbebe9008" />
93
<br>
94
92
-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]`.
95
+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]` and use vision.
96
97
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.
98