Timeline
Browse documents chronologically using the time index.Basic Usage
Options
| Option | Description | Default |
|---|---|---|
--limit | Maximum entries to return | 50 |
--since | Start timestamp (Unix) | None |
--until | End timestamp (Unix) | None |
--on <PHRASE> | Temporal phrase filter (e.g., “last week”) | None |
--tz <ZONE> | Timezone for temporal phrases | America/Chicago |
--anchor <RFC3339> | Anchor date for resolution | Now |
--reverse | Reverse chronological order | false |
--json | Output as JSON | false |
Time-Travel Options
| Option | Description |
|---|---|
--as-of-frame ID | View timeline as of frame ID |
--as-of-ts TIMESTAMP | View timeline as of timestamp |
Examples
View
Inspect individual documents and their metadata.Basic Usage
Selection Options
| Option | Description |
|---|---|
--frame-id ID | Document ID to view |
--uri URI | Document URI to view |
Output Options
| Option | Description |
|---|---|
--json | Output as JSON |
--binary | Raw binary output |
--preview | Preview mode (for media) |
--play | Play/stream mode (for audio/video) |
Pagination (Text Content)
| Option | Description | Default |
|---|---|---|
--page N | Page number | 1 |
--page-size | Characters per page | Auto |
Media Playback
| Option | Description |
|---|---|
--preview-start HH:MM:SS | Video preview start time |
--preview-end HH:MM:SS | Video preview end time |
--start-seconds | Playback start (with —play) |
--end-seconds | Playback end (with —play) |
Examples
Update
Modify frame metadata (not content).Basic Usage
Selection
| Option | Description |
|---|---|
--frame-id ID | Frame ID to update |
--uri URI | Frame URI to update |
Updatable Fields
| Option | Description |
|---|---|
--set-uri URI | Change the URI |
--title TITLE | Update title |
--timestamp TS | Update timestamp |
--track TRACK | Update track |
--kind KIND | Update kind |
--tag KEY=VALUE | Add/update tags |
--label LABEL | Add labels |
--metadata JSON | Add metadata |
--input PATH | Replace payload |
--vector-compression | Recompute embeddings with compression |
Examples
Delete
Remove frames from the memory.Basic Usage
Options
| Option | Description |
|---|---|
--frame-id ID | Frame ID to delete |
--uri URI | Frame URI to delete |
--yes | Skip confirmation prompt |
--json | JSON output |
Examples
Stats
Get statistics about your memory file.Basic Usage
Options
| Option | Description |
|---|---|
--json | Output as JSON |
Examples
Open
Inspect memory file metadata and manifests.Options
| Option | Description |
|---|---|
--json | Output as JSON |