smol-workflow-engine 0.3.1

Rust implementation of the smol-workflows engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
export const meta = {
  // comments should not affect AST extraction
  "name": "quoted-keys",
  description: "description with { braces } in a string",
  phases: [
    {
      title: "Research",
      detail: "detail with // not a comment and /* not a comment */",
      provider: "debug",
    },
  ],
};