AgentZero Plugin SDK
Minimal SDK for building WASM plugins that integrate with AgentZero's
tool system. Plugins compile to wasm32-wasip1 and are loaded by the
AgentZero runtime via the ABI v2 protocol.
Quick Start
use *;
declare_tool!;
Build with: cargo build --target wasm32-wasip1 --release