OAOlsen Automation
Docs

Cassette.mp4 quick start.

Portable, drift-resistant context you can hand to an 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 and summaries for faithful recall.

Quick start

  1. Download your cassette, for example ClientName.mp4.
  2. Drop it into your assistant or upload it alongside cassette.json when requested.
  3. Use the safe commands below to index and retrieve context.

Commands

  • BUILD INDEX — build or refresh a retrieval sidecar.
  • RETRIEVE "your query" — get top-K small summaries relevant to your question.
  • RETRIEVE JSON "your query" — structured hits only.
  • EXPORT — manifest-first export.
  • PRINT <path> — peek at a tiny subsection for debugging.

Internal stitching, deduplication thresholds, and orchestration details are intentionally not documented publicly.

Bundle anatomy

<Project>.mp4               # Primary portable cassette
cassette.json              # Same payload in JSON, optional
MAIN.retrieval_index.json  # Optional retrieval sidecar
snapshots/                 # Optional versioned exports
catalog.json               # Checksums / manifest

FAQ

Can I verify this cassette came from Olsen Automation?
Yes. See the Verify page for public-key and verification steps.

Does this include raw transcripts?
By default, no. The public surface is focused on compact summaries and structured context. Full transcripts may be gated or licensed.

Will this work offline?
Core reading and basic retrieval can. Dense embeddings are optional.