scan_inbox
Scans inbox folder, transcribes audio files to ideas using faster-whisper, and moves processed files. Non-audio files are listed for manual review.
Instructions
Scan the inbox/ folder and auto-transcribe any audio files to ideas.
Detects audio files (.m4a, .mp3, .wav, .ogg, .flac, .aac) and, when
auto_transcribe_audio=True (default), transcribes each one with faster-whisper
and captures the transcript as an idea. The audio file is moved to
inbox/processed/ after successful transcription.
Non-audio files are listed but left for manual review.
Args:
auto_transcribe_audio: When True (default), automatically transcribe
audio files found in the inbox. Set to False to just list them.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_transcribe_audio | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |