Author Workflow

Use when an agent needs to author a dynamic multi-agent workflow at runtime: write a Starlark program (loops, conditionals, data-driven fan-out) that calls agent()/parallel()/phase()/log() over the harness runtime, declare a mandatory workflow(name, design_intent) header, run it with `harness workflow run-script`, and read the resulting WorkflowRun/WorkflowStep records back from the dashboard snapshot or store.

cyl19970726 034af54 8 files · 64.9 KB Updated

File contents

cyl19970726/hhh-skills/tree/main/author-workflow commit 034af54110

Frequently asked questions

npx skillmds@latest add cyl19970726/author-workflow