Vibe
Action
v0.1.5
Command router for shell and LLM tasks
Execute shell commands and LLM prompts via simple YAML pipelines. Define workflows in YAML, connect steps via tags, run batch LLM across your cluster.
Get Started

# Quick Start

## 1. Install Ollama (or DeepSeek)

## 2. Install Vibe Action
cargo install vibe-action

## 3. AI-powered commit
vibe-action commit -p .

## 4. Translate fast
vibe-action translate-small -f README.md

## 5. Translate deep
vibe-action translate-large -f README.md