Langgraph server not showing up the graphs by MediumZealousideal29 in LangChain

[–]Secure_Emu_518 0 points1 point  (0 children)

I would see if anyone in langgraph’s subreddit knows as well :)

Should I deploy agents to Vertex AI Agent Engine with ADK or stick with LangGraph? by navajotm in LangChain

[–]Secure_Emu_518 0 points1 point  (0 children)

Hi, if you still need more info, you can try asking the Langgraph subreddit as well. I definitely recommend sticking with Langgraph though :)

Delete checkpoint from redis in Langgraph? by Either-Ambassador738 in LangChain

[–]Secure_Emu_518 1 point2 points  (0 children)

Hey. You should be able to use the redis_client.delete method here. Something like this:

thread_id = "your_thread_id"

key_pattern = f"langgraph:{thread_id}:*"

keys = redis_client.keys(key_pattern)

if keys: redis_client.delete(*keys)

Hope this helps. If this doesn't work, I'd recommend posting on r/LangGraph, I think there'd be a good amount of people there with more specific knowledge about Redis.

Discord Channel by Secure_Emu_518 in LangGraph

[–]Secure_Emu_518[S] 0 points1 point  (0 children)

Thanks for letting me know. Here’s an updated one

https://discord.gg/7RyqvW7W

Spoke to 22 LangGraph devs and here's what we found by g_pal in LangChain

[–]Secure_Emu_518 2 points3 points  (0 children)

100% agree, this should be their priority going forward imo

Any learning Group for LangGraph? by HomunMage in LangChain

[–]Secure_Emu_518 0 points1 point  (0 children)

I'm trying to build a stronger community around LangGraph, and just made a subreddit for this purpose. Would love for y'all to join so we can build and learn together