assay-cli 3.31.1

Policy-as-code gate for MCP agent tool calls, with verifiable evidence and Linux kernel enforcement.
1
2
3
4
5
pub mod actions;
pub mod plan;

pub use actions::{execute_action, execute_plan};
pub use plan::{generate_plan, SetupAction, SetupPlan};