-
Notifications
You must be signed in to change notification settings - Fork 344
chore(prebuilt): deprecate createReactAgent #1576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 0693820 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
| To learn more about how to use LangGraph, check out [the docs](https://langchain-ai.github.io/langgraphjs/). We show a simple example below of how to create a ReAct agent. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't just remove, let's redo to use create react agent from langchain + suggest migration
sydney-runkle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also want to deprecate all other prebuilt concepts right?
So tool node, etc.
Also -- need to solidify narrative on swarm + supervisor and what to do for those.
Deprecate createReactAgent in prebuilt package.
97727ef to
07718d1
Compare
We have ported
createReactAgentto thelangchainpackage and can deprecate the version we have in Langgraph.