vibe-action 0.2.2

Command router — execute shell commands and LLM prompts via simple YAML actions.
1
2
3
4
5
6
//! Configuration models.
//! Application, cluster, and estimator settings.

pub mod action;
pub mod app;
pub mod cluster;