vibe-action-0.0.7 is not a library.
Vibe Action
Command router for shell and LLM tasks via YAML pipelines.
Why
- ⚡ Complex pipelines — chain shell and LLM into one command
- 🔗 Tag system — auto-dependency graph via
{tag} - 🔧 Modifiers — powerful inline value transformations with arguments
- 🔀 When/Then — conditional execution in YAML
- 👁️ Vision — screenshot description, person identification
- 🤖 Batch LLM — role-based routing (tiny, small, medium, large, vision)
- 🎯 CLI-first — no browser, just terminal
- 🦀 Fast — built in Rust
Quick Start
IDE Integration
- VS Code — Tasks + Task Notifier
- IntelliJ IDEA — External Tools
Configuration
~/.vibe-action/config.yaml:
action:
system: 'You are Vibe Action — a CLI tool. Output ONLY the result.'
retries: 2
cluster:
- provider: ollama
host: http://localhost:11434
model: qwen2.5-coder:14b-instruct
timeout_secs: 60
temperature: 0.1
seed: 42
num_ctx: 4096
num_predict: 2048
parallel: 1
Install
Dependencies
- Ollama, DeepSeek, or Qwen
- terminal-notifier (macOS, optional)