Augent loads user defaults fromDocumentation Index
Fetch the complete documentation index at: https://docs.augent.app/llms.txt
Use this file to discover all available pages before exploring further.
~/.augent/config.yaml on startup. Every setting is optional — if the file doesn’t exist, Augent uses sensible defaults.
Per-call arguments always override config values.
Example config
Disabling tools
If you don’t use certain tools, you can hide them from Claude (or any MCP client) so they don’t clutter the tool list:tools/list response and cannot be called. To re-enable, remove them from the list and restart Claude Code.
Config format
Augent tries~/.augent/config.yaml first (requires PyYAML). If PyYAML isn’t installed, it falls back to ~/.augent/config.json:
Available tools
These are the tool names you can use indisabled_tools:
| Tool | Description |
|---|---|
download_audio | Download audio from URLs |
transcribe_audio | Full transcription with timestamps |
search_audio | Keyword search in audio |
deep_search | Semantic search by meaning |
take_notes | Download + transcribe + format notes |
chapters | Auto-detect topic chapters |
batch_search | Search multiple files in parallel |
text_to_speech | Convert text to speech |
search_proximity | Find keywords near each other |
identify_speakers | Speaker diarization |
list_files | List media files |
list_memories | List stored transcriptions |
memory_stats | Memory statistics |
clear_memory | Clear transcription memory |
search_memory | Search across all transcriptions |
separate_audio | Vocal/stem separation |
clip_export | Export video clips |
highlights | Export best moments |
tag | Tag transcriptions |

