agent-zero/docs
frdel a807e2458b Use prototype-based context for plugin settings
Refactor plugin settings to use a per-modal prototype/context instead of binding directly to the global store. Introduces pluginSettingsPrototype (renamed export) and a lightweight instantiate helper (Alpine.magic('instantiate')) to clone the prototype into a modal-local context. Plugin config HTMLs (code_execution, infection_check, memory, text_editor) now bind UI fields to config.* and use context.* for modal-level state and actions; plugin settings components (plugin-settings.html, plugin-configs.html, plugin-settings-store.js, pluginListStore.js) were updated to create and consume the local context and to pass context into nested modals. Documentation and the SKILL guide were updated to describe the new modal contract and usage. This change scopes settings UI state to modal instances, enabling safer local state and easier integration with core-setting wrappers (use context.saveMode = 'core').
2026-03-09 21:19:55 +01:00
..
agents Use prototype-based context for plugin settings 2026-03-09 21:19:55 +01:00
developer marketplace polish; add confirm-dialog extension hook and plugin_scan marketplace note 2026-03-09 11:41:10 +01:00
guides fix broken links 2026-02-10 18:18:23 +01:00
res optimize media; README.md; change structure 2026-02-10 17:38:02 +01:00
setup rm Instruments refs 2026-02-10 18:19:33 +01:00
quickstart.md fix broken links 2026-02-10 18:18:23 +01:00
README.md update docs, skill and enhance activation model 2026-02-24 15:23:14 +01:00

Agent Zero Logo

Agent Zero Documentation

Welcome to the Agent Zero documentation hub. Whether you're getting started or diving deep into the framework, you'll find comprehensive guides below.

Quick Start

User Guides

Developer Documentation

Community & Support

  • Join the Community: Connect with other users on Discord to discuss ideas, ask questions, and collaborate.
  • Share Your Work: Show off your Agent Zero creations and workflows in the Show and Tell area.
  • Report Issues: Use the GitHub issue tracker to report bugs or suggest features.
  • Follow Updates: Subscribe to the YouTube channel for tutorials and release videos.

Table of Contents


Your journey with Agent Zero starts now!

Ready to dive in? Start with the Quickstart Guide for the fastest path to your first chat, or follow the Installation Guide for a detailed setup walkthrough.