Skip to main content

Module command_host

Module command_host 

Source
Expand description

Neutral command execution contracts.

Store-backed context loading, credential-bearing provider resolution, and completion driver creation live in everruns-host.

Structs§

CommandTurnContext
Credential-free snapshot of the session’s assembled turn context for command execution.
DisabledCommandHost
Stub used by hosts that do not provide context-aware command facilities.
SessionCompletion
Successful command completion result.
SessionCompletionRequest
Request for a tool-less, out-of-band completion against the session model.
SessionCompletionStream
Streaming command completion result.

Enums§

SessionCompletionError
Command completion failure.

Traits§

CommandHost
Host facilities available to capability command implementations.