Graph Execute

executes a graph of steps

Adobe a37ec19 581 B Updated 142 repo stars

File contents

The input is a set of piped function calls where each call is represented by a slash skill invocation.

Each step must be completed independently before moving on to the next.

The output of each phase is generally either a returned result or written to the file system. You can pass some context including any previous result to the next phase, but you must never read the subsequent phases in advance.

Call each of these phases in a subagent so that they are not even aware that future phases will take place.

adobe/data/tree/main/packages/data-ai/skills/graph-execute commit a37ec192e7

Frequently asked questions

npx skillmds@latest add adobe/graph-execute