LangChain agent for a cowboy assistant.
- Install Ollama and pull model (see main.py)
- Install uv (package manager)
- Install dependencies for voice recognition:
- Mac-Arm64:
brew install portaudiobrew install ffmpeg
- Mac-Arm64:
- Install / sync packages from the lock file:
uv sync - VSCode: Run
Python: Select Interpreterand select the.venvcreated by uv
- Run:
uv run main.py - Run specific file:
uv run <file.py>