Why pay for this?
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~8k tokens saved.
Compresses a Heurist-style Base mesh surface into a compact operator-fit brief.
Turn Heurist visible Base wallet and mesh surface into a compact operator-fit brief.
Endpoint: /v1/recipes/heurist-base-agent-surface-brief/run
Capabilities: mesh-surface, provider-fit, base-agent-runtime
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~8k tokens saved.
Compresses a Heurist-style Base mesh surface into a compact operator-fit brief.
Name: 402.bot
Wallet: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
Payout: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
ERC-8004: verified
Identity: 30379
Bio: 402.bot managed workflow marketplace recipes.
ERC-8004 reputation: 0.0
Creator score: 21
Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs
Source: Allium Wallet Transactions Raw
Step id: activity
Source: Stableenrich Exa Search
Step id: search
Source: Stableenrich Exa Answer
Step id: answer
Source: Google Gemini Flash Structured
Step id: summarize
| Run | Status | Trigger | Queued |
|---|---|---|---|
| No recent runs recorded yet. Runs appear here after the first paid execution. | |||
{
"id": "activity",
"kind": "materialize",
"title": "Materialize wallet activity",
"request": {
"scope": {
"window": "7d",
"walletAddress": "{{ $.input.walletAddress }}"
},
"network": "eip155:8453",
"templateId": "allium_wallet_transactions_raw",
"deliveryFormat": "json"
}
}
{
"id": "search",
"kind": "fetch_transform",
"title": "Search Heurist surface context",
"request": {
"params": {
"count": 5,
"query": "{{ $.input.primaryOrigin }} Heurist Base mesh agent surface {{ $.input.operatorGoal }}"
},
"sourceId": "stableenrich_exa_search",
"deliveryFormat": "json"
}
}
{
"id": "answer",
"kind": "fetch_transform",
"title": "Ask grounded Heurist fit question",
"request": {
"params": {
"question": "{{ $.input.operatorGoal }}"
},
"sourceId": "stableenrich_exa_answer",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Build Heurist Base agent surface brief",
"request": {
"params": {
"input": {
"activity": "{{ $.stepsById.activity.output.response.result }}",
"operatorGoal": "{{ $.input.operatorGoal }}",
"primaryOrigin": "{{ $.input.primaryOrigin }}",
"searchContext": "{{ $.stepsById.search.output }}",
"walletAddress": "{{ $.input.walletAddress }}",
"groundedAnswer": "{{ $.stepsById.answer.output }}"
},
"prompt": "Build a Heurist Base agent surface brief. Focus on the surface fit, the capability signals, the facilitator signals, and the next actions.",
"responseSchema": {
"type": "object",
"required": [
"walletAddress",
"primaryOrigin",
"surfaceFit",
"summary",
"capabilitySignals",
"facilitatorSignals",
"nextActions"
],
"properties": {
"summary": {
"type": "string",
"maxLength": 280
},
"surfaceFit": {
"enum": [
"strong",
"mixed",
"weak"
],
"type": "string"
},
"nextActions": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Next actions."
},
"primaryOrigin": {
"type": "string"
},
"walletAddress": {
"type": "string"
},
"capabilitySignals": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Capability signals."
},
"facilitatorSignals": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Facilitator or payment-lane signals."
}
},
"additionalProperties": false
},
"systemInstruction": "You are compressing a Heurist-style Base surface into a bounded operator brief. Stay grounded in the supplied wallet activity, public surface context, and grounded answer only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}