PeacebinfLow commited on
Commit
71b6868
·
verified ·
1 Parent(s): 88b4231

Create flow_template.yaml

Browse files
Files changed (1) hide show
  1. templates/flow_template.yaml +16 -0
templates/flow_template.yaml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ TITLE: "Runtime Flow"
2
+ DESCRIPTION: "Command → Parse → Transition → Query → Card generation pipeline."
3
+ CONTENT:
4
+ flow:
5
+ - "Input Command"
6
+ - "CommandParser.parse"
7
+ - "StateMachine.transition"
8
+ - "DatasetAPIClient (optional)"
9
+ - "CardGenerator.generate"
10
+ - "YAML Validator"
11
+ - "UI render + history"
12
+ CONTEXT_LINKS:
13
+ - "DATA_SPLITTER.api_integration_patterns"
14
+ NEXT_ACTIONS:
15
+ - "SEARCH train WORKFLOW_"
16
+ - "FILTER train event_type = 'WORKFLOW_COMPLETED'"