Skip to main content

Module slots

Module slots 

Source
Expand description

GAP-004 (v1.0.82): slots subcommand — inspect and manage the cross-process LLM slot semaphore.

§Subcommands

  • slots status — list active slot files and the PID that holds them
  • slots release --slot-id N — force-release a specific slot
  • slots cleanup --stale-after N — remove slots older than N seconds

Structs§

SlotsArgs
Outer wrapper that lets the top-level Cli enum carry Slots as an Args variant while preserving the inner Status | Release | Cleanup subcommand tree.
SlotsStatusArgs

Enums§

SlotsCmd

Functions§

run