Improve agent quality with Insights Agent and Multi-turn Evals, now in LangSmith LangSmith's new Insights Agent and Multi-turn Evals help you understand what your agents are doing in production and whether they're accomplishing user goals.
LangChain and LangGraph Agent Frameworks Reach v1.0 Milestones By Sydney Runkle and the LangChain OSS team We're releasing LangChain 1.0 and LangGraph 1.0 — our first major versions of our
LangChain raises $125M to build the platform for agent engineering We raised $125M at a $1.25B valuation to build the platform for agent engineering.
Reflections on Three Years of Building LangChain by Harrison Chase Almost exactly 3 years ago, I pushed the first lines of code to langchain as an open source package. There was no
Securing your agents with authentication and authorization Agents can take action which makes proper authentication and authorization critical. Read on for how to implement and evolve agent auth.
Not Another Workflow Builder By Harrison Chase One of the most common requests we’ve gotten from day zero of LangChain has been a visual workflow builder. We never
How to turn Claude Code into a domain specific coding agent Authored by: Aliyan Ishfaq Coding agents are great at writing code that uses popular libraries on which LLMs have been heavily trained on. But point
Monte Carlo: Building Data + AI Observability Agents with LangGraph and LangSmith See how Monte Carlo built its AI Troubleshooting Agent on LangGraph and debugged with LangSmith to help data teams resolve issues faster
Agent Middleware LangChain has had agent abstractions for nearly three years. There are now probably 100s of agent frameworks with the same core abstraction. They all suffer
Building LangGraph: Designing an Agent Runtime from first principles In this blog piece, you’ll learn why and how we built LangGraph for production agents—focusing on control, durability, and the core features needed to scale.
Standard message content TLDR: We’ve introduced a new view of message content that standardizes reasoning, citations, server-side tool calls, and other modern LLM features across providers. This
LangChain & LangGraph 1.0 alpha releases Today we are announcing alpha releases of v1.0 for langgraph and langchain, in both Python and JS. LangGraph is a low-level agent orchestration framework,