Skip to main content

Module pending

Module pending 

Source
Expand description

GAP-001 (v1.0.82): pending subcommand — inspect and manage the three-stage remember checkpoint queue persisted in pending_memories.

§Subcommands

  • pending list [--status <STATUS>] — show entries by status
  • pending show <pending_id> — show one entry in full
  • pending cleanup --staged-cleanup-after <SECONDS> — remove old abandoned

The pending table is the durable footprint of the v1.0.82 staging pipeline (Stage A → B → C). When a host crashes between Stage B and Stage C the entry stays in embedding_done (or embedding_in_progress) and can be inspected or cleaned via this subcommand.

Structs§

PendingArgs
PendingCleanupArgs
PendingListArgs
PendingShowArgs

Enums§

PendingCmd
PendingStatusArg

Functions§

run