Skip to content

Commit

Permalink
feat(langgraph): Adds stores & managed values (memory) (#476)
Browse files Browse the repository at this point in the history
Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
  • Loading branch information
bracesproul and jacoblee93 authored Sep 17, 2024
1 parent 0df484a commit 0f5e116
Show file tree
Hide file tree
Showing 23 changed files with 2,140 additions and 112 deletions.
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ nav:
- Manage conversation history: "how-tos/manage-conversation-history.ipynb"
- How to delete messages: "how-tos/delete-messages.ipynb"
- Add summary of the conversation history: "how-tos/add-summary-conversation-history.ipynb"
- Share state between threads: "how-tos/shared-state.ipynb"
- Human-in-the-loop:
- Add breakpoints: "how-tos/breakpoints.ipynb"
- Add dynamic breakpoints: "how-tos/dynamic_breakpoints.ipynb"
Expand Down
Loading

0 comments on commit 0f5e116

Please sign in to comment.