Skip to main content

Module automation

Module automation 

Source
Expand description

A format for safely receiving operation plans generated by AI agents.

pinto does not configure or store AI providers or API keys. An external agent or API creates this JSON; the CLI only executes the existing commands.

Structs§

AutomationCommandResult
Per-command result returned by pinto automate --json.
AutomationPlan
A JSON plan of pinto commands to execute sequentially.
AutomationReport
Structured automation summary returned by pinto automate --json.

Enums§

AutomationPlanError
Why an automation plan cannot be run safely.