Vibe
Action
v0.0.1
AI-native command router
Execute shell commands and LLM prompts via simple YAML actions. Just say what you want — it figures out the rest. 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 action commit -p .

## 4. Translate files
vibe-action action translate -f README.md -l Russian

## 5. Extract errors from logs
vibe-action action extract -f app.log -q 'find all errors'

## 6. Direct prompt to cluster
vibe-action prompt 'Explain Rust lifetimes'