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
Pending args.
PendingCleanupArgs
Pending cleanup args.
PendingListArgs
Pending list args.
PendingShowArgs
Pending show args.

Enums§

PendingCmd
Pending cmd.
PendingStatusArg
Pending status arg.

Functions§

run
Run.