Expand description
VT Code GPU pod management.
Structs§
- Command
Output - Captured command output from a pod transport.
- Known
Models Report - Split known models into compatible and incompatible groups.
- PodCatalog
- Root catalog describing known deployment profiles.
- PodGpu
- GPU inventory entry for a pod.
- PodList
Entry - Row returned by
pods list. - PodManager
- Pod manager coordinating persisted state, catalog lookup, and SSH execution.
- PodProfile
- A single deployment profile for a model.
- PodStart
Request - Request payload for starting a model on a pod.
- PodStart
Result - Result of a successful model launch.
- PodState
- Active pod definition persisted in
~/.vtcode/pods/state.json. - PodStatus
Detail - Row returned by
pods known-models. - PodStatus
Report pods listreport.- Pods
State - Root state for VT Code pod management.
- Pods
Store - Persisted pod storage rooted in
~/.vtcode/pods. - Running
Model - Running model metadata stored for later inspection and shutdown.
- SshTransport
- SSH-backed transport used by the real CLI.
Enums§
- PodHealth
- Pod runtime health classification.