ai-agent 0.13.4

Idiomatic agent sdk inspired by the claude code source leak
Documentation
1
2
3
4
5
6
7
8
use super::Command;

pub fn create_init_verifiers_command() -> Command {
    Command::prompt(
        "init-verifiers",
        "Create verifier skill(s) for automated verification of code changes",
    )
}