Getting Started
Fork the repo
Fork AugentDevs/Augent on GitHub.
Install in development mode
Requirements
- Python 3.10+
- ffmpeg (for audio processing)
- aria2 (for fast downloads)
- yt-dlp (for audio downloading)
Run tests
Lint & format
Run the MCP server locally
Config overrides
User config lives at~/.augent/config.yaml and is loaded by augent/config.py. During development, create this file to test config overrides (model size, output directories, disabled tools). See Configuration.
