LangChain
@langchain and LangGraph are about to release version 1.0.
IntentKit
@intentkitai has always been built on the latest LangChain and LangGraph, and in half a year, it has developed into a stable, production-ready agent platform, allowing users to more easily create their own agents.
The biggest update in v1.0 is the Context system, which now allows IntentKit agents to dynamically perceive more information, such as who they are conversing with, user's known information, and the channel through which they are communicating (e.g., Web, Mobile, Base App
@baseapp, XMTP
@xmtp_, X, Telegram, and various more upcoming IMs).
IntentKit also utilizes LangGraph's latest architecture, making agents more robust and powerful than before.
‼️LangChain & LangGraph 1.0alpha 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, giving developers durable execution and fine-grained control to run complex agentic systems in production.
🦜LangChain helps developers ship AI features fast with standardized model abstractions and prebuilt agent patterns, making it easy to build complex applications without vendor lock-in.
We are working towards an official 1.0 release in late October - please give us any feedback!
TL,DR:
1. LangGraph is largely the same as before, no breaking changes. We’ve heard good feedback about LangGraph and are excited to move to 1.0
2. New standard content blocks on messages in LangChain Core. Message formats are evolving, and so is LangChain. Backwards compatible
3. LangChain itself - high level agents and chains - is greatly changed. You should think of LangChain 1.0 as a new package - focused around a central agent abstraction, built on top of LangGraph
4. New docs site!
You can find a discussion topic here:
forum.langchain.com/t/langch…
Please give us feedback!