Skip to main content

Crate zeroclaw_plugins

Crate zeroclaw_plugins 

Expand description

WASM plugin system for ZeroClaw. Plugins are WebAssembly components loaded via wasmtime that can extend ZeroClaw with custom tools and channels. Enable with a plugins-wasm* feature.

Modules§

endpoint
Host-owned logical endpoints for plugin traffic.
error
Plugin error types.
host
Plugin host: discovery, loading, lifecycle management.
instance
Host-owned identity and authority for one admitted plugin instance.
registry
signature
Ed25519 plugin signature verification.

Structs§

PluginInfo
Information about a loaded plugin.
PluginManifest
A plugin’s declared manifest (loaded from manifest.toml alongside the .wasm).

Enums§

PluginCapability
What a plugin can do.
PluginPermission
Permissions a plugin may request.