Expand description
Handler adapters for the runtime engine.
The runtime delegates capability execution to an [InvokeHandler]. Built-in
handlers live in builtin; sandboxed WASM handlers live in [wasm] behind
the wasm feature flag.
Modules§
- builtin
- Built-in handler that executes linear-regression inference in-process.
Structs§
- Handler
Identity - Identity reported by the runtime in IPC v2 handshake responses.
Enums§
- Handler
Load Error - Errors that arise while loading or preparing a handler for execution.
Functions§
- effective_
capabilities - Computes the effective capability set: the intersection of model and handler capabilities. Returns an error if the handler does not cover every model capability (first version rejects silent capability loss).