Skip to main content

Module handler

Module handler 

Source
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§

HandlerIdentity
Identity reported by the runtime in IPC v2 handshake responses.

Enums§

HandlerLoadError
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).