vault_time_travel
Explore past states of a belief ledger: retrieve what was known at a given time, compare changes between two instants, or trace an entity's version history.
Instructions
Query the vault's bitemporal belief ledger — memory time travel.
Every belief write is versioned in an append-only, hash-chained ledger. This tool answers questions like "what did the vault know last Tuesday?" and "what changed between two dates?".
Args:
action: One of:
as_of — snapshot of beliefs visible at when
diff — what changed between from_when and to_when
timeline — version history for entity
verify_chain — tamper-check the ledger hash chain
seed — backfill the ledger from pre-ledger belief files
redact — erase belief bodies (by entity or claim_id)
via a chained tombstone; content is deleted, the hash
chain stays verifiable
when: ISO-8601 instant for as_of (e.g., '2026-07-14T00:00:00+00:00')
from_when: ISO-8601 start instant for diff
to_when: ISO-8601 end instant for diff
entity: Entity name for timeline
time_axis: 'transaction' = what the vault knew at that instant
(default); 'valid' = what had been verified as of that instant
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| when | No | ||
| action | Yes | ||
| entity | No | ||
| reason | No | user_requested_erasure | |
| to_when | No | ||
| claim_id | No | ||
| from_when | No | ||
| time_axis | No | transaction |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |