vibe-action 0.2.2

Command router — execute shell commands and LLM prompts via simple YAML actions.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! System providers for resolving `{system_*}` tags.

pub mod arch;
pub mod date;
pub mod dir_download;
pub mod dir_home;
pub mod dir_pwd;
pub mod dir_temp;
pub mod hostname;
pub mod language;
pub mod os;
pub mod pid;
pub mod shell;
pub mod system;
pub mod time;
pub mod user;