Skip to main content

Module pods

Module pods 

Source
Expand description

VT Code GPU pod management.

Structs§

CommandOutput
Captured command output from a pod transport.
KnownModelsReport
Split known models into compatible and incompatible groups.
PodCatalog
Root catalog describing known deployment profiles.
PodGpu
GPU inventory entry for a pod.
PodListEntry
Row returned by pods list.
PodManager
Pod manager coordinating persisted state, catalog lookup, and SSH execution.
PodProfile
A single deployment profile for a model.
PodStartRequest
Request payload for starting a model on a pod.
PodStartResult
Result of a successful model launch.
PodState
Active pod definition persisted in ~/.vtcode/pods/state.json.
PodStatusDetail
Row returned by pods known-models.
PodStatusReport
pods list report.
PodsState
Root state for VT Code pod management.
PodsStore
Persisted pod storage rooted in ~/.vtcode/pods.
RunningModel
Running model metadata stored for later inspection and shutdown.
SshTransport
SSH-backed transport used by the real CLI.

Enums§

PodHealth
Pod runtime health classification.

Traits§

PodTransport