UNPKG

@agentled/cli

Version:

CLI for Agentled — manage workflows, apps, and knowledge from the command line. Zero context-window cost for AI agents.

21 lines (20 loc) 486 B
{ "name": "Minimal Workflow", "goal": "Starting skeleton — replace steps with your pipeline.", "description": "Smallest valid pipeline: trigger -> milestone.", "status": "draft", "steps": [ { "id": "start", "type": "trigger", "name": "Manual Start", "pipelineStepStartConditions": { "trigger": { "type": "manual" } }, "next": { "stepId": "done" } }, { "id": "done", "type": "milestone", "name": "Done" } ] }