From 8ee3f78df38c6135bc2f444763e07c82bd86fe54 Mon Sep 17 00:00:00 2001 From: cevheri Date: Fri, 26 Sep 2025 10:32:19 +0300 Subject: [PATCH 1/2] chore: .gitignore include .idea directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5a20756..0ec0036 100644 --- a/.gitignore +++ b/.gitignore @@ -162,3 +162,4 @@ cython_debug/ #.idea/ uv.lock .langgraph_api/ +.idea/ From 1ab0eba001d4af248d6db13169b89264b8743c07 Mon Sep 17 00:00:00 2001 From: cevheri Date: Fri, 26 Sep 2025 10:32:36 +0300 Subject: [PATCH 2/2] docs: add DeepWiki badge to README for auto-refresh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5bd2dd2..9ae5399 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![CI](https://github.com/langchain-ai/new-langgraph-project/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/langchain-ai/new-langgraph-project/actions/workflows/unit-tests.yml) [![Integration Tests](https://github.com/langchain-ai/new-langgraph-project/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/langchain-ai/new-langgraph-project/actions/workflows/integration-tests.yml) +[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/langchain-ai/new-langgraph-project) This template demonstrates a simple application implemented using [LangGraph](https://github.com/langchain-ai/langgraph), designed for showing how to get started with [LangGraph Server](https://langchain-ai.github.io/langgraph/concepts/langgraph_server/#langgraph-server) and using [LangGraph Studio](https://langchain-ai.github.io/langgraph/concepts/langgraph_studio/), a visual debugging IDE.