vibe-action 0.1.4

Command router — execute shell commands and LLM prompts via simple YAML actions.
1
2
3
4
5
//! Benchmark module.
//! Runs benchmark cases and collects results.

pub mod models;
pub mod runner;