Load Base gas window
{
"id": "gas",
"kind": "fetch_transform",
"title": "Load Base gas window",
"request": {
"params": {
"windowBlocks": 18
},
"sourceId": "base_gas_window",
"deliveryFormat": "json"
}
}
Search Base gas context
{
"id": "search",
"kind": "fetch_transform",
"title": "Search Base gas context",
"request": {
"params": {
"count": 5,
"query": "Base gas spike {{ $.input.query }} today network congestion sequencer"
},
"sourceId": "stableenrich_exa_search",
"deliveryFormat": "json"
}
}
Build gas spike watch
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Build gas spike watch",
"request": {
"params": {
"input": {
"gas": "{{ $.stepsById.gas.output }}",
"query": "{{ $.input.query }}",
"publicContext": "{{ $.stepsById.search.output }}"
},
"prompt": "Write a gas spike watch memo. Focus on alert level, likely spike signals, execution guidance, and next actions.",
"responseSchema": {
"type": "object",
"required": [
"alertLevel",
"summary",
"spikeSignals",
"executionGuidance",
"nextActions"
],
"properties": {
"summary": {
"type": "string"
},
"alertLevel": {
"enum": [
"low",
"medium",
"high"
],
"type": "string"
},
"nextActions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Next actions."
},
"spikeSignals": {
"type": "array",
"items": {
"type": "string"
},
"description": "Spike signals."
},
"executionGuidance": {
"type": "array",
"items": {
"type": "string"
},
"description": "Execution guidance."
}
},
"additionalProperties": false
},
"systemInstruction": "You are preparing a compact Base gas watch memo. Stay grounded in the supplied gas snapshot and bounded public context only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}