declarative Markdown workflow layer
This commit is contained in:
parent
33fa602fe5
commit
0bc63aab9f
19 changed files with 1854 additions and 11 deletions
24
examples/workflows/assisted-review.workflow.md
Normal file
24
examples/workflows/assisted-review.workflow.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Assisted Review Workflow
|
||||
|
||||
```yaml workflow
|
||||
metadata:
|
||||
id: assisted-review-boundary
|
||||
intent:
|
||||
summary: Show an optional assisted-generation boundary.
|
||||
steps:
|
||||
review:
|
||||
kind: assisted
|
||||
optional: true
|
||||
prompt_text: Review the generated Markdown for clarity.
|
||||
data:
|
||||
rubric: concise
|
||||
outputs:
|
||||
review:
|
||||
path: out/review.md
|
||||
content: ${steps.review.skipped}
|
||||
permissions:
|
||||
assisted_generation: false
|
||||
responsibilities:
|
||||
human:
|
||||
approves_assisted_use: true
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue