惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Jina AI
Jina AI
The Cloudflare Blog
V
Visual Studio Blog
博客园_首页
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
博客园 - 司徒正美
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 叶小钗
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
博客园 - Franky

LangChain Forum - Topics tagged intro-to-langgraph

Does HITL approval actually bind the action that reaches the executor? Production use of PostgresSaver: service-owned migrations and checkpoint retention in Node.js How are you guys stopping agents from silent loops/stampedes? Standard step_counters feel like garbage Introducing Langshark a local-first companion observability tool for self-hosted Langgraph deployments Help Needed : Best practices for client-side metadata filtering in custom checkpoint implementations? How do you actually decide between LangGraph, AutoGen, and which model to use for a task? Feedback requested: evaluating commit-time action validity in LangGraph workflows DeltaChannel + RemoveMessage message compression — how to express deletions with incremental storage? Research Q: what blocks your first LangGraph prod deploy? (not a pitch) A LangGraph checkpointer with provable thread deletion (signed erasure receipts) — feedback welcome Deep Agent state cumbersome Sanity-check my LangGraph design before product demo LangGraph orchestration Problem Re-execute / restart from a specific task in a functional API AttributeError: 'AsyncSandboxClient' object has no attribute 'get_template' What is the equivalent of a transaction log for agent systems? Null-drift: A bare-metal O(1) Memory Store for continuous LangGraph agents Interrupt does not work correctly in LangGraph Pre-interrupt() code re-runs on resume — anti-pattern, or is there a sanctioned way to detect resume? Would pre-inference routing help long-context agent workflows? Improving citation accuracy and reducing hallucinations in custom Parent-Child RAG pipeline (Gemma3:4B + FAISS+BM25 + Cross-encoder reranker) WikipediaLoader endup in JSONDecodeError Using LangGraph interrupt for multi-step wizards with branching — right tool or wrong abstraction? Built NORNR for spend governance in agent workflows LangGraph + PostgreSQL: Chat history and summarization best practice Discussion about why LangGraph JS ToolNode doesn’t inject ToolRuntime.state like Python does, and what the correct workaround or intended design pattern is. No cost displayed in LangSmith when using LiteLLM + LangGraph LiteLLM Router in LangChain: Missing Model Name and Cost in LangSmith Traces I find langgraph chat in documents useful, how can I hook it up as mcp or skill or a tool for the Claude Code? Can I get User IDs and Bot IDs of bots used in Slack channels for personal projects
Adding an end-to-end example: from locally-served model t...
cheehook · 2026-07-10 · via LangChain Forum - Topics tagged intro-to-langgraph

Hi community, Speaking as an agentic-application developer myself: I keep meeting people who want to adopt LangGraph with their own self-served local models and custom services, and they can’t see how the layers relate. I often see questions like “how can I run LangGraph on CUDA?”, “does Intel GPU support LangGraph?”, or “how can I use my own models served by vLLM/SGLang for a LangGraph app?” We all know LangGraph is an agent-graph / state-management framework and doesn’t sit at the serving or...