Record voice notes, transcribe them, classify topics, and route insights to the right project journals.Documentation Index
Fetch the complete documentation index at: https://docs.10et.ai/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Commands
| Command | Description |
|---|---|
tenet voice | Start recording from microphone |
tenet voice log <file> | Transcribe and log a voice file |
tenet voice ingest <file> | Full pipeline: transcribe → classify → route to projects |
tenet voice watch <dir> | Watch a directory for new audio files |
Options
| Flag | Description |
|---|---|
-d, --device <id> | Audio device ID to use |
-h, --help | Display help |
How It Works
- Record — captures audio from mic or ingests a file
- Transcribe — sends to Groq/Gemini for fast transcription
- Classify — two-pass LLM classification (topic clustering → product assignment)
- Route — classified items go to the right project journals

