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

推荐订阅源

V
Visual Studio Blog
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
小众软件
小众软件
Last Week in AI
Last Week in AI
月光博客
月光博客
博客园 - 聂微东
Recent Announcements
Recent Announcements
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky
云风的 BLOG
云风的 BLOG
量子位
N
Netflix TechBlog - Medium
Hugging Face - Blog
Hugging Face - Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
博客园 - 司徒正美
S
SegmentFault 最新的问题
有赞技术团队
有赞技术团队
Google DeepMind News
Google DeepMind News
宝玉的分享
宝玉的分享

LangChain Forum - Latest topics

Seeking help regarding the connection between Websocket and tool calls Tool invocation error with empty error message when using `InjectedState` + `Command` return in async tool How to use @langchain/react FileSystem middleware Using ChatSnowflake with agents Built llmsessioncontract on AgentMiddleware: runtime enforcement of tool-call protocols — feedback wanted DeltaChannelHistory not found in langgraph-api:3.12 Improving citation accuracy and reducing hallucinations in custom Parent-Child RAG pipeline (Gemma3:4B + FAISS+BM25 + Cross-encoder reranker) Built a live autonomous AI agent network using LangGraph-style economics — looking for feedback How are you validating LangChain agent output before it executes shell commands? Cross-site pattern pool for production agent failures — looking for 5 pilot teams (open spec, CC-BY-4.0) Metadata filter not filtering for alerts Using custom MCP servers with assistants How to use tool calling using ChatLlamaCpp and Gemma 4 E4B with create_agent? CLI - No Longer Sending traces to Langsmith Connecting the Slack integration fails with invalid_team_for_non_distributed_app The Docs says open router can be used with init_chat_model but throws an error Interested to contribute to langgraph postgre checkpointer for multiple adapter support Modal Inference Trouble understanding and editing experiment summary evaluators feedbacks SSL certificate error from httpx with LangGraph server [Feature Request] Wire allowed_msgpack_modules in langgraph.json Serving an agent with the LangGraph CLI dev command Proposal: implement delete_for_runs for SQLite checkpoint savers WikipediaLoader endup in JSONDecodeError Human-in-the-loop approval dashboard for LangGraph agents — open source, free to deploy Ombre — open source security and audit layer for LangChain apps Should interrupt() be split into two primitives — one for human input, one for s2s data fetching? Unable to delete runs from annotation queue First Bedrock call after idle is slow on TTFT (follow-ups in the same trace are fast)
Feature Request: Simple cryptographic provenance for who ...
Siri · 2026-04-20 · via LangChain Forum - Latest topics
Hey LangGraph folks, When you have agents delegating to sub-agents or calling tools in a complex graph, it quickly gets fuzzy: Which human originally approved this action, and with what scope? I built HDP (Human Delegation Provenance) as a lightweight fix. Currently in IETF draft, research backed. A human signs a short Ed25519 token once. Agents then cryptographically extend the chain on every handoff or tool call. Verification is completely offline, no extra services, no latency. As of April 2026: Python + LangChain/LangGraph support is ready today via the middleware package: https://github.com/Helixar-AI/HDP/tree/main/packages/hdp-langchain It includes a clean HdpCallbackHandler and @hdp_node () decorator that auto-extends the chain on node transitions. Super lightweight and drop-in. It’s already seeing real use: Some folks in the LangChain community are running it in actual scenarios today. HDP is also now included as an app in the official Google Gemma 4 cookbook . Would baking lighter native support for HDP into LangGraph make sense? It would give clean, tamper-evident provenance that plays nicely with LangSmith tracing and human-in-the-loop patterns, without changing how you build graphs today. Curious if others are hitting this gap in production, and what the team thinks. Thanks! Siri (Helixar AI) PS: Reposting here as originally posted in a wrong thread in talkshop 3 posts - 3 participants Read full topic