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

推荐订阅源

博客园 - Franky
Microsoft Azure Blog
Microsoft Azure Blog
阮一峰的网络日志
阮一峰的网络日志
宝玉的分享
宝玉的分享
量子位
N
Netflix TechBlog - Medium
M
MIT News - Artificial intelligence
GbyAI
GbyAI
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
博客园 - 叶小钗
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tailwind CSS Blog
Y
Y Combinator Blog
L
LangChain Blog
The Cloudflare Blog
T
The Blog of Author Tim Ferriss
U
Unit 42
Martin Fowler
Martin Fowler
aimingoo的专栏
aimingoo的专栏
G
Google Developers Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客

LangChain Forum - Latest posts

Prompt_cache_retention: '24h' supported in langchain agents and where to provide it, inside invoke or while creating client? Could RAG pipelines realistically cause deployment timeouts, is Render suitable for first-time RAG deployments? How do I use langchain_postgres' init_vectorstore_table correctly? Proposal: Graph-wide default error handler for StateGraph (fallback for nodes without error_handler) Support timedelta for CachePolicy.ttl, consistent with TimeoutPolicy Question about LangSmith Trace Search via API How to cancel a run correct !! Anyone confirms this issue that deepagent ui streaming is disturb by update in deepagent or bug issue Would pre-inference routing help long-context agent workflows? Best Stack for Building AI Applications Question about LangSmith Trace Search 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) Metadata filter not filtering for alerts Connecting the Slack integration fails with invalid_team_for_non_distributed_app Trouble understanding and editing experiment summary evaluators feedbacks SSL certificate error from httpx with LangGraph server WikipediaLoader endup in JSONDecodeError Human-in-the-loop approval dashboard for LangGraph agents — open source, free to deploy Should interrupt() be split into two primitives — one for human input, one for s2s data fetching? How are people handling data governance across agent handoffs in production? Feature Request: @task metadata Research: Friction Points in Agentic Commerce Transactions How should I provide an agent to a LangGraph server?
Tiny LangGraph -> Assay evidence sample from tasks v2
Rul1an · 2026-04-20 · via LangChain Forum - Latest posts
Hi all — we put together a very small sample on our side to test one honest external-evidence seam from LangGraph, and I wanted to share that rather than open with a broad integration pitch. The sample is here: github.com assay/examples/langgraph-task-evidence at main · Rul1an/assay main/examples/langgraph-task-evidence Trust compiler for agent systems Deterministic MCP policy enforcement, verifiable evidence bundles, and reviewable trust artifacts. - Rul1an/assay It stays deliberately narrow. We used graph.stream(..., stream_mode="tasks", version="v2") as the current best first seam hypothesis, kept the checkpointer only as an enabling dependency, and froze one success artifact, one failure artifact, and one malformed case. Those get mapped into Assay-shaped placeholder evidence without treating LangGraph task outcomes, orchestration behavior, or graph routing as Assay truth. One small nuance: if a run aborts before LangGraph emits a terminal task-result part, the exporter adds a tiny terminal stream_error record so the broken run is still visible in the sample. That record is exporter-added after reading failed task state from the required checkpointer; it is not claimed as a native tasks stream part. We are not asking Assay to inherit LangGraph task outcomes, runtime judgments, or trust semantics as truth. The goal here is just to keep the seam small and see whether there is a clean external-consumer handoff at all. If this is roughly the right direction, the main thing I’d love to understand is whether tasks in stream v2 is also how you’d point an external evidence consumer at the smallest stable OSS-native surface, or whether there is a thinner exported seam you’d rather steer people toward. Happy to keep this small and follow your lead on the right boundary. 1 post - 1 participant Read full topic