feat: add lda report workflow demo panel

This commit is contained in:
lda
2026-07-03 00:20:41 +07:00 Verified
parent 86ccbe35cf
commit f5a0d2d9e2
18 changed files with 1166 additions and 12 deletions
@@ -49,6 +49,8 @@ const OperationNameSchema = v.union([
v.literal("workflow.deployments.validate"),
v.literal("workflow.runs.list"),
v.literal("workflow.runs.inspect"),
v.literal("workflow.runs.start"),
v.literal("workflow.runs.resume"),
v.literal("workflow.runs.trace"),
]);