Skip to main content

Module plugin

Module plugin 

Source
Expand description

Plugin registry: host extension points loaded from marketplace installs.

Plugins can declare skills, hooks, and MCP servers via crate::marketplace::PluginManifest. The registry tracks installed plugins, loads them from disk, and exposes their declared capabilities.

Structs§

Plugin
A loaded plugin entry.
PluginRegistry
Registry of loaded plugins.