Update: update plugin to flow_map-0.0.4.difypkg【add new features】#2608
Merged
Conversation
crazywoola
requested changes
Jun 27, 2026
crazywoola
left a comment
Member
There was a problem hiding this comment.
Thanks for the contribution. The plugin pre-check did not pass yet. Please address the required fixes below.
| Check | Status | Required action |
|---|---|---|
| Single .difypkg | ✅ Pass | None. |
| PR language | ✅ Pass | None. |
| Unpack package | ✅ Pass | None. |
| Project structure | ✅ Pass | None. |
| Manifest author | ✅ Pass | None. |
| Icon | ✅ Pass | None. |
| Version | ✅ Pass | None. |
| README language | ✅ Pass | None. |
| PRIVACY.md | ✅ Pass | None. |
| Dependencies | ✅ Pass | None. |
| dify_plugin version | ✅ Pass | None. |
| Install test | ❌ Fail | Make sure the plugin starts successfully with python3 -m main under the configured install method. |
| Packaging test | ✅ Pass | None. |
Next steps
- Make sure the plugin starts successfully with
python3 -m mainunder the configured install method.
sawyer-shi
commented
Jul 1, 2026
Contributor
Author
There was a problem hiding this comment.
please help to recheck, Thanks a lot! @crazywoola
crazywoola
approved these changes
Jul 1, 2026
crazywoola
left a comment
Member
There was a problem hiding this comment.
✅ LGTM
Decision: Approve
Local Check Results
| Check | Status | Detail | Required action |
|---|---|---|---|
PR content language |
✅ Pass | PR title/body CJK ratio=0.0% (zh=0, en=6914, ignored_zh=0, allowed_zh<=0) | None. |
Project structure |
✅ Pass | All expected files present: manifest.yaml, README.md, PRIVACY.md. _assets/: yes. | None. |
Manifest author |
✅ Pass | author is valid. | None. |
Icon validation |
✅ Pass | icon exists: _assets/icon.png | None. |
Version check |
✅ Pass | version 0.0.4 is available. | None. |
README language |
✅ Pass | README.md CJK ratio=0.0% (zh=0, en=5415, allowed_zh<=0) | None. |
PRIVACY.md |
✅ Pass | PRIVACY.md exists and is non-empty. | None. |
Dependency install |
✅ Pass | requirements installed successfully. | None. |
dify_plugin version |
✅ Pass | dify_plugin version 0.9.1 satisfies >= 0.9.0. | None. |
Install test |
✅ Pass | plugin install test passed. | None. |
Packaging test |
✅ Pass | packaging check passed. | None. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission
Plugin information
FlowMap - Advanced Flowchart Generator Plugin for Dify
Author: sawyer-shi
Email: sawyer36@foxmail.com
Version: 0.0.4
Type: Dify Plugin
Repository: GitHub
Version Information
Version History
AI Flowcharttool with Dify LLM model selection, plain text to Mermaid generation, top-bottom/left-right/free layout selection, and optional Mermaid source download.Description
A powerful flowchart generation plugin that converts Mermaid syntax or AI-summarized plain text to beautiful, intelligent flowcharts with advanced layout optimization and branch-aware positioning.
✨ Key Features
🎨 Intelligent Layout System
📐 Multiple Layout Directions
🌈 Colorful Arrow Labels
📝 Dual Format Support
🤖 AI Flowchart Generation
🎭 Rich Themes
🔧 Local Processing
🚀 Quick Start
Download from Dify Plugin Marketplace
flow_mappluginAI Flowchart ⭐
ai_flow_map/AI FlowcharttoolManual LLM Integration
Basic Usage Examples
Top-to-bottom layout


Left-to-right layout


📚 API Reference
AI Flowchart Tool
Input Parameters:
model_config(model-selector, required): LLM model selected in Difytext_content(string, required): Plain text to summarize into a flowchartlayout_mode(string, optional):top_bottom,left_right, orfreetheme(string, optional): Theme name (modern/business/classic/tech/minimal)filename(string, optional): Base filename for the downloadable Mermaid sourcedownload_mermaid(boolean, optional): Output the AI-generated Mermaid fileOutput:
download_mermaid=truelayout_mode,theme, andgenerated_mermaidMermaid Left-Right Tool
Input Parameters:
text(string, required): Mermaid syntax flowchart texttheme(string, optional): Theme name (modern/business/classic)Output:
Mermaid Top-Bottom Tool
Input Parameters:
text(string, required): Mermaid syntax flowchart texttheme(string, optional): Theme name (modern/business/classic)Output:
🛠️ Advanced Features
Smart Branch Detection
The plugin automatically detects branching scenarios in your flowchart and switches layout algorithms:
Colorful Arrow Labels
Supports labeled arrows with intelligent color mapping
Theme Customization
Available themes with different visual styles:
🔧 Development
Project Structure
🔍 Technical Details
Branch-Aware Layout Algorithm
Performance Optimization
Developer Information
License Notice
This project is licensed under the MIT License.
Ready to create beautiful flowcharts?
Submission type
What changed
Risk level
Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdor a hosted privacy policy, andmanifest.yamlreferences it.Security and privacy notes
Local validation
Reviewer notes