Deep Dive¶
Action v1.0.0
A comprehensive thinking lens that dives deep into any content - from context to logic, insights, and action paths.
Overview¶
The Deep Dive plugin transforms how you understand complex content by guiding you through a structured thinking process. Rather than just summarizing, it deconstructs content across four phases:
- đ The Context (What?): Panoramic view of the situation and background
- đ§ The Logic (Why?): Deconstruction of reasoning and mental models
- đ The Insight (So What?): Non-obvious value and hidden implications
- đ The Path (Now What?): Specific, prioritized strategic actions
Features¶
- Thinking Chain: Complete structured analysis process
- Deep Understanding: Reveals hidden assumptions and blind spots
- Insight Extraction: Finds the "Aha!" moments
- Action Oriented: Translates understanding into actionable steps
- Theme Adaptive: Auto-adapts to OpenWebUI light/dark theme
- Multi-language: Outputs in user's preferred language
Installation¶
- Download the plugin file:
deep_dive.py - Upload to OpenWebUI: Admin Panel â Settings â Functions
- Enable the plugin
Usage¶
- Provide any long text, article, or meeting notes in the chat
- Click the Deep Dive button in the message action bar
- Follow the visual timeline from Context â Logic â Insight â Path
Configuration¶
| Option | Type | Default | Description |
|---|---|---|---|
SHOW_STATUS | boolean | true | Show status updates during processing |
MODEL_ID | string | "" | LLM model for analysis (empty = current model) |
MIN_TEXT_LENGTH | integer | 200 | Minimum text length for analysis |
CLEAR_PREVIOUS_HTML | boolean | true | Clear previous plugin results |
MESSAGE_COUNT | integer | 1 | Number of recent messages to analyze |
Theme Support¶
Deep Dive automatically adapts to OpenWebUI's light/dark theme:
- Detects theme from parent document
<meta name="theme-color">tag - Falls back to
html/bodyclass ordata-themeattribute - Uses system preference
prefers-color-scheme: darkas last resort
For Best Results
Enable iframe Sandbox Allow Same Origin in OpenWebUI: Settings â Interface â Artifacts â Check iframe Sandbox Allow Same Origin
Example Output¶
The plugin generates a beautiful structured timeline:
âââââââââââââââââââââââââââââââââââââââ
â đ Deep Dive Analysis â
â đ¤ User đ
Date đ Word count â
âââââââââââââââââââââââââââââââââââââââ¤
â đ Phase 01: The Context â
â [High-level panoramic view] â
â â
â đ§ Phase 02: The Logic â
â âĸ Reasoning structure... â
â âĸ Hidden assumptions... â
â â
â đ Phase 03: The Insight â
â âĸ Non-obvious value... â
â âĸ Blind spots revealed... â
â â
â đ Phase 04: The Path â
â ⸠Priority Action 1... â
â ⸠Priority Action 2... â
âââââââââââââââââââââââââââââââââââââââ
Requirements¶
Prerequisites
- OpenWebUI v0.3.0 or later
- Uses the active LLM model for analysis
- Requires
markdownPython package