mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-08-14 10:56:11 +00:00
Introduce a WebUI extension manifest and rewrite the asset bundler/server to support caller-supplied entry sets, extension-injected entries, and negotiated gzip. Key changes: add get_webui_extension_manifest() to helpers/extension, refactor Stop logic into stop_context() and reuse it from the connector `/stop` command, and add a new `/rename` slash command for chat naming. ui_bundler now accepts entry_urls, includes enabled extension entry files, raises the embedded text file size limit to 512 KiB, computes per-entry-set cache keys, and returns a bundle version based on the bundle signature. ui_server applies Starlette GZip middleware, adds routes (/, /index.html, /ui/index, /safe), serves splash/safe documents, injects the serialized webui_extension_manifest into the rendered index, and streamlines the /ui/asset-bundle endpoint with ETag and gzip handling. Also add multiple WebUI assets and fonts, new/updated plugin command YAML and Python command handlers, and corresponding tests covering bundling, commands, chat naming, and WebUI behaviors. Documentation (.dox.md) updated to reflect the new runtime contracts and guidance. |
||
|---|---|---|
| .. | ||
| a0-collapsed.svg | ||
| a0-fullDark.svg | ||
| a2a_server.svg | ||
| agent.svg | ||
| AGENTS.md | ||
| api_keys.svg | ||
| archive.svg | ||
| auth.svg | ||
| backup_restore.svg | ||
| browser_model.svg | ||
| chat_model.svg | ||
| code.svg | ||
| code_exec.svg | ||
| dark.svg | ||
| darkSymbol.svg | ||
| deletefile.svg | ||
| dev.svg | ||
| dev_testing.svg | ||
| document.svg | ||
| downloadfile.svg | ||
| dragndrop.svg | ||
| embed_model.svg | ||
| external_api.svg | ||
| favicon.svg | ||
| favicon_round.svg | ||
| file.svg | ||
| folder.svg | ||
| icon-maskable.svg | ||
| icon.svg | ||
| image.svg | ||
| litellm.svg | ||
| mcp_client.svg | ||
| mcp_server.svg | ||
| memory.svg | ||
| schedule.svg | ||
| secrets.svg | ||
| settings.svg | ||
| skills.svg | ||
| skills_add.svg | ||
| space-agent-icon-512.webp | ||
| speech.svg | ||
| splash.jpg | ||
| stt.svg | ||
| task_scheduler.svg | ||
| tunnel.svg | ||
| update_checker.svg | ||
| util_model.svg | ||