LangGraph
Search documents
模型不再是关键?LangChain 创始人:真正决定Agent 上限的是运行框架
AI前线· 2026-03-13 05:01
Core Insights - The era of simply wrapping AI with APIs and prompts is over, as AI applications transition from "one-time generation" to "continuous execution" [2] - The software infrastructure is being rewritten, with frameworks becoming more important than models, as highlighted by LangChain's recent developments [3][4] - The future of AI will focus on the core components of modern agents: system prompts, planning tools, sub-agents, and file systems [18][27] Group 1: Evolution of AI Agents - The capabilities of AI agents have significantly improved, moving from simple models to more complex systems that can run in loops and call tools effectively [7][10] - The development trajectory of agents shows that initial concepts have evolved into frameworks that enhance predictability and reliability [8][10] - The distinction between single agents and collaborative multi-agent systems will be crucial, with communication being a key factor in their effectiveness [9][11] Group 2: Framework vs. Model - The debate on whether models will dominate frameworks or vice versa suggests that frameworks will ultimately be more critical, as they enable models to be utilized effectively [14][15] - Frameworks serve as the interaction layer between models and their environments, providing essential tools for agent development [16][17] Group 3: Core Components of Modern Agents - The four core components of modern agent architecture are system prompts, planning tools, sub-agents, and file systems, which facilitate better management of context and tasks [27] - System prompts act as standard operating procedures for agents, guiding their actions from the moment they are activated [20] - Planning tools help agents generate and manage task lists, while sub-agents allow for context isolation and task delegation [21][22] Group 4: Memory and Context Management - Memory types in agents include semantic memory, episodic memory, and procedural memory, which define how agents learn and adapt over time [38] - Context compression techniques are essential for managing large amounts of information, ensuring that agents can operate efficiently without overwhelming their processing capabilities [32][34] Group 5: Future Directions and Commercialization - LangChain's future focus will be on enhancing observability and building a comprehensive platform for agent development, following a recent $125 million funding round [61][63] - The emphasis on tools, instructions, and skills will remain the primary differentiators for companies in the AI space, as frameworks and models become more standardized [64]
红杉对话 LangChain 创始人:2026 年 AI 告别对话框,步入 Long-Horizon Agents 元年
3 6 Ke· 2026-01-28 01:01
Group 1 - The core assertion of the article is that AGI (Artificial General Intelligence) represents the ability to "figure things out," marking a shift from the era of "Talkers" to "Doers" by 2026, driven by Long Horizon Agents [1][2] - Long Horizon Agents are characterized by their ability to autonomously plan, operate over extended periods, and exhibit expert-level features, expanding their capabilities from specific verticals to complex tasks across various domains [1][2] - The article highlights that the value of Long Horizon Agents lies in their ability to produce high-quality drafts for complex tasks, with a focus on the need for opinionated software harnesses and file system permissions as standard features for all agents [1][2][3] Group 2 - Harrison Chase emphasizes that the recent advancements in models and the understanding of effective harnessing have led to the successful implementation of Long Horizon Agents, particularly in the coding domain, which is rapidly expanding to other fields [2][4] - The article discusses the importance of Scaffolding and Harness in the development of agents, where Scaffolding refers to auxiliary code structures that guide model outputs, while Harness encompasses the software environment that manages context and tool interactions [3][8] - The emergence of AI Site Reliability Engineers (AI SREs) is noted as a significant application of Long Horizon Agents, capable of handling long-duration tasks and generating comprehensive reports for human review [5][6] Group 3 - The article outlines the evolution of agent frameworks, transitioning from general frameworks to more opinionated harness architectures, with a focus on the integration of planning tools and file system interactions [8][10] - The concept of Deep Agents is introduced, which represents the next generation of autonomous agent architecture built on LangGraph, emphasizing the need for effective context management and compression techniques [9][12] - The discussion includes the challenges of context management in Long Horizon Agents, particularly the need for efficient compression strategies as task cycles extend [11][18] Group 4 - The article identifies the critical role of Memory in Long Horizon Agents, allowing them to self-improve and adapt over time, which is essential for maintaining performance in long-duration tasks [36][37] - The future interaction models for Long Horizon Agents are anticipated to combine asynchronous and synchronous modes, allowing for effective management and collaboration between agents and users [38][39] - The necessity for agents to have access to file systems is emphasized, as it enhances context management and operational capabilities, particularly in coding tasks [41][42]
别吹了,智能体Demo能跑通和能上线,是两码事!| 极客时间
AI前线· 2025-12-16 09:40
Core Insights - The article discusses the emergence of Agentic AI, which represents a shift from passive tools to AI systems capable of autonomous decision-making and interaction with their environment [1][2][16] - The development of intelligent agents poses significant challenges for developers, requiring a deeper understanding of system engineering beyond just API usage [4][6] Development Challenges - Key challenges in developing intelligent agents include multi-agent collaboration, engineering implementation, domain specialization, and performance evaluation [5] - Developers often get stuck at the API level, missing the opportunity to transition from tool users to creators of intelligent systems [6] Training Program Overview - A training program titled "Agentic AI Development Camp" is introduced, aimed at equipping participants with the skills to build intelligent agents over five weeks [6][17] - The program covers practical aspects from installation to deployment, ensuring hands-on experience with real-world applications [6][10] Weekly Curriculum Breakdown - Week 1 focuses on enabling agents to perceive reality through external tool integration [10] - Week 2 emphasizes building complex collaboration capabilities among multiple agents [10] - Week 3 covers engineering delivery, including architecture design and full-stack development [10] - Week 4 is dedicated to establishing evaluation and monitoring systems for agents in production environments [13] - Week 5 focuses on creating domain-specific expertise through model fine-tuning [13] Practical Applications - The program includes six enterprise-level projects that allow participants to apply their knowledge and deliver commercially viable code and deployment solutions [11] - Participants will engage in various tasks, including building a travel planning agent and a deep research assistant, utilizing cutting-edge technologies [12][14] Future Implications - Agentic AI is positioned as a core engine for digital transformation over the next 5-10 years, emphasizing the importance of mastering this technology for future business development [16]
What are Deep Agents?
LangChain· 2025-11-24 07:14
Hey, this is Lance. I want to talk a bit about the deep agents package that we recently released. Now, the length of tasks that an agent can take every seven months.And we see numerous examples of popular longrunning agents like Claude Code, Deep Research, Manis. The average Manis task, for example, can be up to 50 different tool calls. And so, it's increasingly clear that agents are needed to do what we might consider deeper work or more challenging tasks that take longer periods of time.Hence, this term d ...
X @Avi Chawla
Avi Chawla· 2025-11-14 19:15
Agent Protocol Landscape - The industry is moving towards interoperability through three open protocols for agentic frameworks [1] - These protocols create a universal language for agents, enabling different frameworks to work together [3] Key Protocols - AG-UI (Agent-User Interaction) facilitates bidirectional communication between agent backends and frontends, enabling interactive agent experiences within applications [1][2] - A2A (Agent-to-Agent) is a protocol for multi-agent coordination, task delegation, and intent sharing across systems [3][5] - MCP (Model Context Protocol) is the standard for agents connecting to tools, data, and workflows [5] Interoperability and Integration - Protocols eliminate the need for point-to-point integrations, allowing developers to build to protocols instead [3] - Frameworks like LangGraph, CrewAI, and Agno can be integrated into the same frontend without rewriting UI logic [3] - CopilotKit unifies the entire stack into one framework, simplifying the implementation of these protocols [4] Example Workflow - A LangGraph agent retrieves data via MCP, delegates analysis to a CrewAI agent via A2A, and streams results to a React app via AG-UI [6]
X @Avi Chawla
Avi Chawla· 2025-11-14 07:06
Agent Protocol Landscape - The industry is converging on three open protocols for agent interoperability: AG-UI (Agent-User Interaction), MCP (Model Context Protocol), and A2A (Agent-to-Agent) [1][2] - These protocols are complementary layers of a stack, not competing standards, facilitating a universal language for agents [2] - Protocols enable integration of frameworks like LangGraph, CrewAI, and Agno into the same frontend without rewriting UI logic [3] Protocol Functionality - AG-UI enables bidirectional connection between agentic backends and frontends, creating interactive agents within applications [1][2] - MCP standardizes how agents connect to tools, data, and workflows [2] - A2A facilitates multi-agent coordination, enabling task delegation and intent sharing across systems [2][5] Framework Integration - CopilotKit unifies the entire protocol stack into one framework, providing generative UI support and production-ready infrastructure [3][4] - An example workflow involves a LangGraph agent pulling data via MCP, delegating analysis to a CrewAI agent via A2A, and streaming results to a React app via AG-UI [6] Development Focus - Protocols allow developers to focus on building agent capabilities instead of integration mechanics, as interoperability is handled automatically [3]
Build a Streaming LangChain Agent in Next.js with useStream
LangChain· 2025-11-06 17:45
Hi there, this is Christian from Langchain. Just a couple of weeks ago, we released version one of Langchain and Lang Graph. And one of the cool features of it is that it makes it really easy to stream events and results from the agent down to any type of front end that you're using, whether it's React, Vue, or Swelt.So, in this video, I want to build a little CHPT clone that shows you how you can build and create agent right in your Nex. js application. Every longchain agent maintains a state throughout it ...
LangChain 彻底重写:从开源副业到独角兽,一次“核心迁移”干到 12.5 亿估值
AI前线· 2025-10-25 05:32
Core Insights - LangChain has completed a $125 million funding round, achieving a post-money valuation of $1.25 billion, marking its status as a unicorn [3] - The company has released a significant update with LangChain 1.0, which is a complete rewrite of the framework after three years of iterations [3][4] - LangChain is one of the most popular projects in the open-source developer community, with 80 million downloads per month and millions of developers actively using it [3] Development Background - LangChain was initiated in October 2022 by machine learning engineer Harrison Chase as a side project, initially consisting of about 800 lines of code [5] - The project was inspired by the fragmented tools and lack of abstraction in the AI development landscape, leading to the creation of a framework that connects models with tools [6] Evolution of LangChain - The framework has evolved from a simple integration tool to a comprehensive application framework, focusing on context-aware reasoning [9] - LangChain's architecture includes a component and module layer, as well as an end-to-end application layer, allowing developers to quickly build applications with minimal code [9][10] Challenges and Solutions - The team faced numerous issues, including a backlog of around 2,500 unresolved problems and user feedback regarding the need for greater control and customization [11] - To address these challenges, LangChain introduced LangGraph, which allows developers to manage agent logic more flexibly and supports long-running tasks [12][13] Key Features of LangChain 1.0 - The new version emphasizes controllability and built-in runtime capabilities, allowing for persistent execution environments and checkpoint recovery [16][27] - A middleware concept has been introduced, enabling developers to insert additional logic into the core agent loop, enhancing extensibility and customization [25][30] - The framework now supports dynamic model selection based on context, allowing for better optimization between capabilities and costs [26][27] Future Directions - LangChain's product lines focus on scaling the open-source ecosystem, enhancing the integration development environment for LangGraph, and improving the scalability of LangSmith [13] - The company aims to maintain its position at the forefront of AI development by providing flexibility and options for developers in a rapidly evolving landscape [26]
速递|开源Agent框架开发商LangChain完成1.25亿美元融资,估值突破12.5亿美元
Z Potentials· 2025-10-24 08:18
Core Insights - LangChain announced a successful funding round of $125 million, achieving a valuation of $1.25 billion [2][5] - The company, which focuses on developing an open-source framework for AI agents, was founded in 2022 and has quickly gained popularity among developers [3][5] Funding Details - The latest funding round was led by IVP, with new investors CapitalG and Sapphire Ventures joining existing backers such as Sequoia Capital, Benchmark, and Amplify [3][5] - LangChain's valuation increased from $200 million after a $25 million Series A round led by Sequoia Capital [5] Product Development - LangChain has evolved into a platform for building AI agents, launching significant upgrades to its core products, including the LangChain agent-building tool, LangGraph for orchestration and context/memory, and LangSmith for testing and observability [5] - The company maintains high popularity among open-source developers, boasting 118,000 stars and 19,400 forks on GitHub [6]
速递|前Scale AI员工创业,AI协调平台1001 AI种子轮获900万美元,掘金中东北美关键实体产业
Z Potentials· 2025-10-22 02:38
Group 1 - LangChain, an open-source AI agent framework developer, has achieved a valuation of $1.25 billion after completing a $125 million funding round [2] - The funding round was led by IVP, with new investors CapitalG and Sapphire Ventures joining existing investors such as Sequoia Capital, Benchmark, and Amplify [2] - LangChain was founded in 2022 by Harrison Chase and has quickly gained popularity for addressing challenges in building applications using early large language models (LLMs) [2][3] Group 2 - The company has evolved into a platform for building intelligent agents, launching a comprehensive upgrade of its core products, including LangChain, LangGraph, and LangSmith [3] - LangChain maintains high popularity among open-source developers, boasting 118,000 stars and 19,400 forks on GitHub [3]