- Step1: Install Ollama CLI from https://ollama.ai and configure local models.
- Step2: Clone the ollama-workflows repository: git clone https://github.com/andthattoo/ollama-workflows.git
- Step3: List available workflows: cd ollama-workflows && ollama run --list
- Step4: Copy or customize a workflow YAML/JSON file under workflows/
- Step5: Execute the workflow: ollama run path/to/custom-workflow.yaml
- Step6: Review generated output in the console or output files.