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

推荐订阅源

罗磊的独立博客
Martin Fowler
Martin Fowler
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
C
Check Point Blog
H
Help Net Security
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
P
Proofpoint News Feed
V
Visual Studio Blog
Stack Overflow Blog
Stack Overflow Blog
雷峰网
雷峰网
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Vercel News
Vercel News
S
SegmentFault 最新的问题
L
LangChain Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Cloudflare Blog
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
博客园_首页
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏

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