Cassette.mp4 — Quick Start
Portable, drift-resistant context you can hand to any assistant without exposing internal orchestration.
What You Get
- Portable file: a single MP4 (plus optional sidecars) that travels anywhere.
- Predictable schema: a compact JSON payload assistants can read consistently.
- Repeatability: semantic chunking + summaries for faithful recall.
Quick Start
- Download your cassette (e.g.,
ClientName.mp4
). - Drop it into your assistant or upload alongside
cassette.json
when requested. - Use the commands below to index and retrieve context.
Commands (safe surface)
BUILD INDEX
— Build/refresh a retrieval sidecar (no vectors printed inline).RETRIEVE "your query"
— Get top-K small summaries relevant to your question.RETRIEVE JSON "your query"
— Structured hits only (machine-friendly).EXPORT
— Manifest-first export (prevents giant inline dumps).PRINT <path>
— Peek at a tiny subsection for debugging.
Note: Internal logic (stitching, dedupe thresholds, etc.) is intentionally not documented here to protect IP.
Bundle Anatomy (public view)
<Project>.mp4 # Primary portable cassette
cassette.json # Same payload in JSON (optional)
MAIN.retrieval_index.json # Optional retrieval sidecar
snapshots/ # Optional versioned exports (ops profile)
catalog.json # Checksums/manifest for snapshots
FAQ
Can I verify this cassette came from Olsen Automation?
Yes. See Verify for the public-key and verification steps.
Does this include raw transcripts?
By default, no—only compact summaries and structured context. Full transcripts may be gated/licensed.
Will this work offline?
Yes. Core reading and basic retrieval do; dense embeddings are optional.