-
Notifications
You must be signed in to change notification settings - Fork 316
Description
Privileged issue
- I am a LangGraph.js maintainer, or was asked directly by a LangGraph.js maintainer to create an issue here.
Issue Content
Hey LangChain community! LangGraph v1 alpha is out!
We've released v1 alpha versions for langgraph
, langchain
, @langchain/core
, and some key integrations packages like @langchain/openai
and @langchain/anthropic
.
We're also releasing a new docs site with consolidated open source docs: https://docs.langchain.com/oss/javascript/langgraph/overview.
We've written up a blog post highlighting improvements and changes in these releases: https://blog.langchain.com/langchain-langchain-1-0-alpha-releases/.
LangGraph v1 has no breaking changes compared to our latest v0.6.6, other than the deprecation of createReactAgent
, which has moved to langchain
and can be used via
import { createAgent } from `langchain`
We'd love your feedback! Please try it out with:
npm install @langchain/langgraph@next
We're working on publishing the stable release for 1.0 in late October.