vibe-action 0.1.0

Command router — execute shell commands and LLM prompts via simple YAML actions.
1
2
3
4
5
6
7
8
//! Data models for action flows.
//! ActionModel, FlowModel, ActionsModel.

pub mod action;
pub mod arg;
pub mod context;
pub mod flow;
pub mod flows;