# File storage

> Source: https://whisperer.one/llms/files.md · Whisperer machine-readable layer.
> Product overview: https://whisperer.one/llms/product.md · Full corpus: https://whisperer.one/llms-full.txt

File storage is the workspace's own place for documents.

## What it does

Folders, search, drag-and-drop upload, rename and move. Recordings made in a Whisperer video
room land here, and a recording becomes a meeting with a transcript. Stored files can be read
and analysed by Leo — including first-pass analytics over a CSV: row count, column types,
missing-value share, uniqueness, and per-column statistics.

## Boundary with the knowledge base

Storage keeps files. The knowledge base answers questions. A file participates in answers only
after it is deliberately sent to the knowledge base; until then it is stored, searchable by
name, and readable on request, but not retrieved into answers.

## Access from outside

`whisperer:storage.read` exposes listing files, reading text, CSV analysis and storage usage.
`whisperer:storage.write` exposes moving and renaming, and sending a file to the knowledge
base. Deleting a file is not exposed to external clients.
