mindseye-lab-space / templates /flow_template.yaml
PeacebinfLow's picture
Create flow_template.yaml
71b6868 verified
raw
history blame contribute delete
483 Bytes
TITLE: "Runtime Flow"
DESCRIPTION: "Command → Parse → Transition → Query → Card generation pipeline."
CONTENT:
flow:
- "Input Command"
- "CommandParser.parse"
- "StateMachine.transition"
- "DatasetAPIClient (optional)"
- "CardGenerator.generate"
- "YAML Validator"
- "UI render + history"
CONTEXT_LINKS:
- "DATA_SPLITTER.api_integration_patterns"
NEXT_ACTIONS:
- "SEARCH train WORKFLOW_"
- "FILTER train event_type = 'WORKFLOW_COMPLETED'"