{
  "version": "2.0",
  "type": "single",
  "exported_at": "2026-04-11T19:33:17.715Z",
  "workflow": {
    "id": 42,
    "name": "Deep Research",
    "description": "this is the research test workflow",
    "availabletags": [
      "research-requests"
    ],
    "steps": [
      {
        "order": 0,
        "name": "search for topic",
        "type": "smart_retrieval",
        "ai_model": "gw3n",
        "prompt": "do a web search with the terms a smart experienced human would use to answer the incoming question ",
        "config": {
          "limit": 20
        }
      },
      {
        "order": 1,
        "name": "rerank urls",
        "type": "score_filter",
        "ai_model": "gw3n",
        "prompt": "filter based on the ability of the link to actually help answer the incoming query in the trigger digest. Score 0 if the document contains NO relevant information.",
        "config": {
          "threshold": 4,
          "batch_size": 8
        }
      },
      {
        "order": 2,
        "name": "ingest urls",
        "type": "ingest_url",
        "ai_model": "gw3n",
        "prompt": "ingest ALL OF THE AVAILABLE CHOICES and add the tag digests-research",
        "config": {
          "url": "",
          "limit": 15,
          "max_screenshots": 0
        }
      },
      {
        "order": 3,
        "name": "get ingest results 2",
        "type": "smart_retrieval",
        "ai_model": "gw3n",
        "prompt": "use an INTERNAL, LOCAL, TAG-BASED, search to retrieve the current run's digests, the tag will look vaguely like run_5097 or run_[some number] DO NOT perform ANY other searches.",
        "config": {
          "limit": 20
        }
      },
      {
        "order": 4,
        "name": "rerank results",
        "type": "score_filter",
        "ai_model": "gw3n",
        "prompt": "filter based on the ability of the link to actually help answer the incoming  trigger digest. Score 0 if the document contains NO relevant information.",
        "config": {
          "threshold": 5,
          "batch_size": 5
        }
      },
      {
        "order": 5,
        "name": "create digest",
        "type": "create_digests",
        "ai_model": "ari3l",
        "prompt": "Answer the question(s) presented in the trigger digest using the provided information. ",
        "config": {
          "static_tags": [
            "research-final"
          ],
          "skip_ai_tagging": true
        }
      }
    ]
  }
}