-
Notifications
You must be signed in to change notification settings - Fork 282
[E-1] 17-LangGraph / 01-Core-Features / 04-LangGraph-Agent-With-Memory #468
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
[Title] Agent with Memory [Version] initial [Language] ENG [Packages] langchain_core, langchain_community, langchain_openai, langgraph
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.
λ²μ/κ²μ νμΈμ λλ€. μ»€λ° κΆνμ΄ μμ΄ μ§μ μμ μ΄ μλλλ° λ μ’μ λ°©λ² μμκΉμ?
"\n", | ||
"An **in-memory checkpoint saver** enables an agent to save previous interactions, allowing the agent to engage in multi-turn interactions in a coherent manner.\n", | ||
"\n", | ||
"Also in this tutorial, we use `ToolNode` and `tools_condition` prebuilt in `LangGraph` instead of a customized tool node.\n", |
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.
"Also in this tutorial, we use `ToolNode` and `tools_condition` pre-built in `LangGraph` instead of a customized tool node.\n",
[Title] Agent with Memory [Version] initial [Language] ENG [Packages] langchain_core, langchain_community, langchain_openai, langgraph
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.
π₯οΈ OS: Win
β
Checklist
- Template: Tutorials follows the required template.
- Table of Contents(TOC) Links: All Table of Contents links work. (Yes/No)
- Image: Image filenames follow guidelines.
- Imports: All import statements use the latest versions. Ensure "langchain-teddynote" is not used.
- Code Execution: Code runs without errors.
- Comments: {Write freely, νκ΅μ΄ κΈ°μ κ°λ₯}
λͺ¨λ μ μμλ λλ κ² νμΈνμ΅λλ€. κ³ μ λ§μΌμ ¨μ΅λλ€ :)
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.
π₯οΈ OS: Win
β
Checklist
- Template: Tutorials follows the required template.
- Table of Contents(TOC) Links: All Table of Contents links work. (Yes/No)
- [N/A] Image: Image filenames follow guidelines.
- Imports: All import statements use the latest versions. Ensure "langchain-teddynote" is not used.
- Code Execution: Code runs without errors.
- Comments: μ€λ₯ μμ΄ λͺ¨λ μ½λ μ μμ μΌλ‘ λμκ°λλ€. κ³ μ λ§μΌμ ¨μ΅λλ€!
9d00cc1
into
LangChain-OpenTutorial:main
[Title] Agent with Memory
[Version] initial
[Language] ENG
[Packages] langchain_core, langchain_community, langchain_openai, langgraph
Author Checklist
PR Title Format: I have confirmed that the PR title follows the correct format. (e.g., [N-2] 07-Text Splitter / 07-RecursiveCharacterTextSplitter)
Committed Files: I have ensured that no unnecessary files (e.g., .bin, .gitignore, poetry.lock, pyproject.toml) are included. These files are not allowed.
(Optional) Related Issue: If this PR is linked to an issue, I have referenced the issue number in the PR message. (e.g., Fixes Update 01-PromptTemplate.ipynbΒ #123)
β Do not include unnecessary files (e.g., .bin, .gitignore, poetry.lock, pyproject.toml) or other people's code. If included, close the PR and create a new PR.
Review Template (Intial PR)
If no one reviews your PR within a few days, please @-mention one of teddylee777, musangk, BAEM1N