From b29c4934d0eda8a6196f711042793d761515606b Mon Sep 17 00:00:00 2001 From: Homun Mage Date: Fri, 30 May 2025 18:18:13 +0800 Subject: [PATCH 1/5] add langgraph-gui --- software/langgraph-gui.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 software/langgraph-gui.yml diff --git a/software/langgraph-gui.yml b/software/langgraph-gui.yml new file mode 100644 index 0000000000..32979bbc15 --- /dev/null +++ b/software/langgraph-gui.yml @@ -0,0 +1,16 @@ +name: LangGraph-GUI +description: An user-friendly graphical interface with node-edge visualized for LangGraph. +website_url: "https://LangGraph-GUI.github.io" +source_code_url: "https://github.com/LangGraph-GUI/LangGraph-GUI" +licenses: + - MIT +platforms: + - Python + - Docker + - K8S +tags: + - Automation + - Software Development - Low Code + - AI + - LLM +depends_3rdparty: true From be8c975c8c01641e60c6f29a88e4ce95fa806dbe Mon Sep 17 00:00:00 2001 From: Homun Mage Date: Sat, 31 May 2025 11:31:17 +0800 Subject: [PATCH 2/5] Update software/langgraph-gui.yml Co-authored-by: kokomo123 <70863536+kokomo123@users.noreply.github.com> --- software/langgraph-gui.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/software/langgraph-gui.yml b/software/langgraph-gui.yml index 32979bbc15..6b4bf8784b 100644 --- a/software/langgraph-gui.yml +++ b/software/langgraph-gui.yml @@ -11,6 +11,5 @@ platforms: tags: - Automation - Software Development - Low Code - - AI - - LLM + - Generative Artificial Intelligence (GenAI) depends_3rdparty: true From ac79064dec32121fe6ac659792932ea8b8c16ada Mon Sep 17 00:00:00 2001 From: Homun Mage Date: Tue, 3 Jun 2025 21:48:53 +0800 Subject: [PATCH 3/5] Update software/langgraph-gui.yml Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/langgraph-gui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/langgraph-gui.yml b/software/langgraph-gui.yml index 6b4bf8784b..6644e3bf97 100644 --- a/software/langgraph-gui.yml +++ b/software/langgraph-gui.yml @@ -1,5 +1,5 @@ name: LangGraph-GUI -description: An user-friendly graphical interface with node-edge visualized for LangGraph. +description: User friendly graphical interface with node-edge visualized for LangGraph. website_url: "https://LangGraph-GUI.github.io" source_code_url: "https://github.com/LangGraph-GUI/LangGraph-GUI" licenses: From f602c5f2baac134f8341ede4fd6658de513bd40b Mon Sep 17 00:00:00 2001 From: Homun Mage Date: Tue, 3 Jun 2025 21:49:21 +0800 Subject: [PATCH 4/5] Update software/langgraph-gui.yml Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/langgraph-gui.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/software/langgraph-gui.yml b/software/langgraph-gui.yml index 6644e3bf97..62549d28c8 100644 --- a/software/langgraph-gui.yml +++ b/software/langgraph-gui.yml @@ -9,7 +9,6 @@ platforms: - Docker - K8S tags: - - Automation - Software Development - Low Code - Generative Artificial Intelligence (GenAI) depends_3rdparty: true From c3cd53e2121e95ee903c89be034712dca2883c10 Mon Sep 17 00:00:00 2001 From: Homun Mage Date: Sun, 26 Oct 2025 13:25:43 +0800 Subject: [PATCH 5/5] Update langgraph-gui.yml --- software/langgraph-gui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/langgraph-gui.yml b/software/langgraph-gui.yml index 62549d28c8..bce5ee2206 100644 --- a/software/langgraph-gui.yml +++ b/software/langgraph-gui.yml @@ -1,5 +1,5 @@ name: LangGraph-GUI -description: User friendly graphical interface with node-edge visualized for LangGraph. +description: Interactive visual interface for designing and managing LangGraph workflows, allowing users to build, connect, and execute graph-based LLM pipelines using a drag-and-drop GUI. website_url: "https://LangGraph-GUI.github.io" source_code_url: "https://github.com/LangGraph-GUI/LangGraph-GUI" licenses: