Ollama Workflows is an open-source library of configurable AI agent pipelines built on top of the Ollama LLM framework. It offers dozens of ready-made workflows—like summarization, translation, code review, data extraction, email drafting, and more—that can be chained together in YAML or JSON definitions. Users install Ollama, clone the repository, select or customize a workflow, and run it via CLI. All processing happens locally on your machine, preserving data privacy while allowing you to iterate quickly and maintain consistent output across projects.