Essential Deep Agent Evaluation Strategies: A LangChain Case Study

1 months ago 高效码农

LangChain on X: “Evaluating Deep Agents: Our Learnings” Over the past month at LangChain, we’ve launched four applications built on top of the Deep Agents framework: A coding agent LangSmith Assist: an in-app agent to assist with various tasks in LangSmith Personal Email Assistant: an email assistant that learns from each user’s interactions A no-code agent building platform powered by meta deep agents Developing and launching these agents required creating evaluations for each, and we gained valuable insights along the way! In this post, we’ll delve into the following patterns for evaluating deep agents. Deep agents demand custom test logic …

LangGrinch Vulnerability (CVE-2025-68664): The Critical LangChain Secret Leak Explained

1 months ago 高效码农

Comprehensive Analysis of the LangGrinch Vulnerability (CVE-2025-68664): A Critical Security Advisory for LangChain Core In the rapidly evolving landscape of artificial intelligence, security frameworks are constantly tested by new and unexpected vulnerabilities. Recently, a significant security disclosure was made regarding LangChain, one of the most widely deployed AI framework components globally. This vulnerability, tracked as CVE-2025-68664 and assigned the identifier GHSA-c67j-w6g6-q2cm, has been dubbed “LangGrinch.” It represents a critical flaw in the core serialization logic of the LangChain framework, one that allows for the leakage of secrets and the unsafe instantiation of objects. This analysis provides a detailed, technical breakdown …

Unified MCP Client Library: Connect Any LLM to Tools & Servers

9 months ago 高效码农

Unified MCP Client Library: The Open-Source Bridge Between LLMs and Tools In the fast-evolving world of artificial intelligence, large language models (LLMs) such as OpenAI’s GPT series and Anthropic’s Claude are transforming how developers build smart applications. To unlock their full potential, integrating these models with external tools—like web browsing, file management, or 3D modeling—is often essential. However, this process can be complex and time-intensive. That’s where the Unified MCP Client Library (MCP-Use) comes in—a powerful, open-source Python library designed to make this integration seamless. MCP-Use enables developers to connect tool-calling LLMs to MCP (Multi-Capability Protocol) servers and create custom …