mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-17 12:31:20 +00:00
Keep _office focused on document artifacts, Markdown sessions, LibreOffice-compatible file actions, and document persistence. Route binary document editing through explicit Desktop requests instead of cold-opening the live Desktop surface from artifact results.
11 lines
315 B
HTML
11 lines
315 B
HTML
<html class="office-modal">
|
|
<head>
|
|
<title>Documents</title>
|
|
<script type="module">
|
|
import { store } from "/plugins/_office/webui/office-store.js";
|
|
</script>
|
|
</head>
|
|
<body class="office-modal-body">
|
|
<x-component path="/plugins/_office/webui/office-panel.html" mode="modal"></x-component>
|
|
</body>
|
|
</html>
|