app:
  description: 用 WebScraper 工具抓網頁，再由 LLM 產出結構化摘要。
  icon: 🔗
  icon_background: '#E4F2F5'
  icon_type: emoji
  mode: workflow
  name: 網頁擷取摘要器
  use_icon_as_answer_icon: false
dependencies:
- current_identifier: null
  type: marketplace
  value:
    marketplace_plugin_unique_identifier: langgenius/anthropic:0.3.24@c5e50da8c13c7ac75348df5ac75b9418c79736eb506064669dd7ca06cbd83537
    version: null
kind: app
version: 0.6.0
workflow:
  conversation_variables: []
  environment_variables: []
  features:
    file_upload:
      allowed_file_extensions:
      - .JPG
      allowed_file_types:
      - image
      allowed_file_upload_methods:
      - local_file
      enabled: false
      fileUploadConfig:
        attachment_image_file_size_limit: 2
        audio_file_size_limit: 50
        batch_count_limit: 5
        file_size_limit: 15
        file_upload_limit: 20
        image_file_batch_limit: 10
        image_file_size_limit: 10
        single_chunk_attachment_limit: 10
        video_file_size_limit: 100
        workflow_file_upload_limit: 10
      image:
        enabled: false
        number_limits: 3
        transfer_methods:
        - local_file
      number_limits: 3
    opening_statement: ''
    retriever_resource:
      enabled: true
    sensitive_word_avoidance:
      enabled: false
    speech_to_text:
      enabled: false
    suggested_questions: []
    suggested_questions_after_answer:
      enabled: false
    text_to_speech:
      enabled: false
      language: ''
      voice: ''
  graph:
    edges:
    - data:
        isInIteration: false
        isInLoop: false
        sourceType: start
        targetType: tool
      id: 23s-23tool
      source: 23s
      sourceHandle: source
      target: 23tool
      targetHandle: target
      type: custom
      zIndex: 0
    - data:
        isInIteration: false
        isInLoop: false
        sourceType: tool
        targetType: llm
      id: 23tool-23l
      source: 23tool
      sourceHandle: source
      target: 23l
      targetHandle: target
      type: custom
      zIndex: 0
    - data:
        isInIteration: false
        isInLoop: false
        sourceType: llm
        targetType: end
      id: 23l-23e
      source: 23l
      sourceHandle: source
      target: 23e
      targetHandle: target
      type: custom
      zIndex: 0
    nodes:
    - data:
        selected: false
        title: 開始
        type: start
        variables:
        - default: ''
          hint: ''
          label: 文章網址
          max_length: 300
          options: []
          placeholder: 貼上要摘要的文章/新聞/競品頁網址
          required: true
          type: text-input
          variable: url
        - default: ''
          hint: ''
          label: 想了解的重點
          max_length: 120
          options: []
          placeholder: 例：這篇對我們產品的啟示
          required: false
          type: text-input
          variable: focus
      height: 120
      id: 23s
      position:
        x: 60
        y: 282
      positionAbsolute:
        x: 60
        y: 282
      selected: false
      sourcePosition: right
      targetPosition: left
      type: custom
      width: 244
    - data:
        provider_id: webscraper
        provider_name: webscraper
        provider_type: builtin
        selected: false
        title: WebScraper 擷取
        tool_configurations: {}
        tool_label: Web Scraper
        tool_name: webscraper
        tool_node_version: '2'
        tool_parameters:
          generate_summary:
            type: constant
            value: false
          url:
            type: mixed
            value: '{{#23s.url#}}'
          user_agent:
            type: constant
            value: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,
              like Gecko) Chrome/120.0.0.0 Safari/537.36
        type: tool
      height: 120
      id: 23tool
      position:
        x: 360
        y: 282
      positionAbsolute:
        x: 360
        y: 282
      selected: false
      sourcePosition: right
      targetPosition: left
      type: custom
      width: 244
    - data:
        context:
          enabled: false
          variable_selector: []
        model:
          completion_params:
            temperature: 0.3
          mode: chat
          name: claude-sonnet-5
          provider: langgenius/anthropic/anthropic
        prompt_template:
        - id: s23l
          role: system
          text: '你是資訊助理。下方是系統用網頁擷取工具抓回的網頁原始內容，請你消化後產出一份結構化摘要，一律使用繁體中文與 Markdown：

            ## 一句話總結

            ## 重點摘要（3-5 條）

            ## 關鍵數據/事實（若有）

            ## 對我的啟示

            （依使用者關注的重點『{{#23s.focus#}}』延伸；若未填則給一般性觀察）


            規則：只根據抓回的內容摘要，不要加入頁面沒有的資訊；若內容疑似擷取失敗或為登入牆，請如實說明。


            【網頁內容】

            {{#23tool.text#}}'
        - id: u23l
          role: user
          text: 請摘要這個網頁。
        selected: false
        title: LLM
        type: llm
        vision:
          enabled: false
      height: 98
      id: 23l
      position:
        x: 660
        y: 282
      positionAbsolute:
        x: 660
        y: 282
      selected: false
      sourcePosition: right
      targetPosition: left
      type: custom
      width: 244
    - data:
        outputs:
        - value_selector:
          - 23l
          - text
          value_type: string
          variable: summary
        selected: false
        title: 輸出
        type: end
      height: 110
      id: 23e
      position:
        x: 960
        y: 282
      positionAbsolute:
        x: 960
        y: 282
      selected: false
      sourcePosition: right
      targetPosition: left
      type: custom
      width: 244
    viewport:
      x: 20
      y: 40
      zoom: 0.85
  rag_pipeline_variables: []
