Quick diagnostic
Run these three commands to diagnose most issues:Install issues
Command not found after install
Symptom:augent: command not found or augent-mcp: command not found
Fix: The installer adds ~/.local/bin to your PATH via your shell rc file. Either restart your terminal or run:
pip installed to wrong Python
Symptom:augent runs but imports fail, or ModuleNotFoundError for faster_whisper, sentence_transformers, etc.
Fix: This happens when python3 resolves to a different version than the one pip installed to. Check which Python is being used:
MCP issues
MCP server not connecting
Symptom:/mcp in Claude Code doesn’t show Augent, or shows it as disconnected.
Fix: Check the MCP registration:
protocolVersion. If you get an error, check the install issues section.
Transcription issues
Transcription fails
Symptom: Error mentioning FFmpeg, or transcription hangs/crashes. Fix: Augent requires FFmpeg for audio processing:Model download slow on first run
Symptom: First transcription takes a long time before producing output. This is normal. The Whisper model downloads on first use (~75MB for tiny, larger for other sizes). Subsequent runs use the cached model. The sentence-transformer model (~80MB) also downloads on first semantic search.Download issues
Download fails or hangs
Symptom:download_audio returns an error or hangs indefinitely.
Fix: Check that yt-dlp is installed and up to date:
aria2c not found (slower downloads)
Symptom: Downloads work but are slow. Fix: aria2c enables 16 parallel connections. Install it:Feature-specific issues
Speaker identification fails
Symptom:identify_speakers returns an import error.
Fix: Speaker diarization requires pyannote-audio and pre-downloaded models:
Text-to-speech fails
Symptom:text_to_speech returns an import error or fails silently.
Fix:
Source separation fails
Symptom:separate_audio returns an import error.
Fix:
Deep search / chapters not working
Symptom:deep_search or chapters returns an import error.
Fix:
Still stuck?
- Check GitHub Issues for known problems
- Ask in Discord
- Enterprise support: support@augent.app

