Commit Graph
1168 Commits
Author SHA1 Message Date
vbarda 8ebdbbde9c code review 2024-06-11 09:43:30 -04:00
vbarda c1fafd51f7 small nits 2024-06-10 14:05:10 -04:00
vbarda 0f3eadc784 update why langgraph section 2024-06-10 14:01:47 -04:00
vbarda 97ed6d19a8 remove duplicate feature 2024-06-10 13:36:55 -04:00
vbarda 6869d4594a more complex example 2024-06-10 13:34:42 -04:00
vbarda 46d5812b98 small nits 2024-06-10 11:37:57 -04:00
vbarda 8c922c4275 remove unncessary line 2024-06-10 11:33:54 -04:00
vbarda 00ecd0e8a5 improve README 2024-06-10 11:31:45 -04:00
Nuno Campos 6cc375dc6a 0.0.66 2024-06-09 18:45:15 -07:00
Nuno CamposandGitHub 2a2f91eb56 Merge pull request #246 from langchain-ai/wfh/tnt-llm
TNT-LLM
2024-06-09 18:39:23 -07:00
Nuno CamposandGitHub b0c448d3be Merge pull request #528 from langchain-ai/rlm/code-gen-mistral
Langgraph Code Generation Example
2024-06-09 18:38:37 -07:00
Nuno Campos 1c61ec507f Fix typo 2024-06-09 18:31:39 -07:00
Nuno CamposandGitHub 58d3645783 Merge pull request #625 from sushengloong/remove-obsolete-groups
Remove obsolete dependency groups from Dockerfile
2024-06-09 18:29:33 -07:00
Nuno CamposandGitHub b8f9b5c3a0 Merge pull request #631 from langchain-ai/nc/9jun/reducer-unwrap-special-types
In Binop channels unwrap types before trying to instantiate
2024-06-09 18:28:53 -07:00
Nuno Campos 2095edef7a One more 2024-06-09 18:27:14 -07:00
Nuno Campos fbd3b63837 Fix import 2024-06-09 18:26:44 -07:00
Nuno Campos 3b4fcf6ee6 In Binop channels unwrap types before trying to instantiate
- this makes List/Sequence annotations behave same as list
2024-06-09 16:33:23 -07:00
William FHandGitHub 5799d6ca1c Accept dead-ends (#626)
Previously, we validated that nodes explicitly route to END.
This feels a bit unnecessary, since graphs are expected to keep processing until no work is left to be done

Plus fix a small bug in validation.
2024-06-08 00:00:13 -07:00
Sheng-Loong Su 0a013237df Remove obsolete dependency groups from Dockerfile 2024-06-08 09:15:33 +08:00
Nuno CamposandGitHub eb8e77c8d5 Merge pull request #624 from langchain-ai/vb/conditional-edges-typing
allow path_map keys to be non-strings in add_conditional_edges
2024-06-07 16:09:38 -07:00
vbarda 91653cf2ab fix ci 2024-06-07 17:45:20 -04:00
vbarda 76e207b643 add unittest 2024-06-07 16:36:48 -04:00
vbarda 92e95c21ab use hashable 2024-06-07 15:19:06 -04:00
vbarda f688a8ad31 update path 2024-06-07 14:56:43 -04:00
vbarda 68774a2b0f allow path_map keys to be non-strings in add_conditional_edges 2024-06-07 14:27:58 -04:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ba4aa2a875 Bump tornado from 6.4 to 6.4.1 (#616)
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4 to 6.4.1.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.0...v6.4.1)

---
updated-dependencies:
- dependency-name: tornado
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-07 11:13:21 -07:00
William FHandGitHub 88f367135e [Docs] Customer-Support Part 1: Configuration Fix (#623) 2024-06-07 11:09:20 -07:00
Nuno Campos 500a1abfeb 0.0.65 2024-06-07 10:06:58 -07:00
Harrison ChaseandGitHub 7a164dab09 add how to guide for convo history (#622)
* add how to guide for convo history

* cr

* cr
2024-06-07 09:41:47 -07:00
Nuno CamposandGitHub 38a5ca1e20 Merge pull request #617 from langchain-ai/nc/6jun/potential-fix-for-update-state-on-triggered-barrier 2024-06-07 09:20:24 -07:00
Nuno Campos ec0aa273fd Fix for update_state mistakenly resetting barrier channels
- This introduces a new optional method BaseChannel.consume, which gets called when a channel triggers a node
- This is an alternative place to clean up channel state, in addition to the existing pattern of clearing state in the update() call for the next step
- Channels should implement consume() when they want to clean up state exactly if and only if the channel triggered a node
- Channels should clean up state in update() when they instead need to guarantee their value is available for a single step, irrespective of whether it was actually read
2024-06-06 17:53:14 -07:00
9729d3412a [Docs] Fix Spacing of name (#614)
Co-authored-by: Christoph Görn <goern@redhat.com>
2024-06-06 13:03:42 -07:00
Eugene YurtsevandGitHub 4a825f61a5 x (#613) 2024-06-06 12:21:56 -04:00
Eugene YurtsevandGitHub 85c0103ebb docs: another attempt to fix nav bar (#612) 2024-06-06 12:08:39 -04:00
Eugene YurtsevandGitHub d73642145d docs: fix navigation for passing run time values to tools 2024-06-06 11:52:13 -04:00
Eugene YurtsevandGitHub ca178cdcf0 docs: Add example that shows how to pass run time values to tools (#610)
Adds a notebook that shows how to bind run time values to tools (e.g., user ID) and make them inaccessible to the LLM!
2024-06-06 11:42:13 -04:00
William FHandGitHub 48f34b88d6 [Docs] Wording nit in docstring (#607) 2024-06-05 21:23:46 -07:00
Nuno Campos b8f39172a5 0.0.64 2024-06-05 17:20:22 -07:00
Nuno CamposandGitHub f9e99b12e9 Merge pull request #604 from langchain-ai/nc/5jun/checkpointer-list-filter
Expose filter arg in get_state_history
2024-06-05 17:18:52 -07:00
Nuno Campos 145e655c09 Fix 2024-06-05 17:17:21 -07:00
Nuno Campos d366bacf03 Expose filter arg in get_state_history
- Combine list and search methods in Checkpointer
2024-06-05 17:14:35 -07:00
Nuno Campos 052284f21d 0.0.63 2024-06-05 16:40:06 -07:00
Nuno Campos d2e98ae835 Fix spread 2024-06-05 16:38:01 -07:00
William FHandGitHub 644ea3a3d7 [Docs] Link (#603) 2024-06-05 09:56:05 -07:00
Nuno CamposandGitHub bdd12be343 Merge pull request #601 from langchain-ai/wfh/se_to_constants
Move START & END to constants.py
2024-06-05 08:57:50 -07:00
William FHandGitHub 10f92992b4 Fixup ToC in ref doc (#602) 2024-06-05 07:49:35 -07:00
William Fu-Hinthorn bcc6e51f87 Move START & END to constants.py 2024-06-05 07:42:39 -07:00
William FHandGitHub 03ba503569 Rm END check in STORM (#600) 2024-06-05 07:40:58 -07:00
William FHandGitHub 1511c3b3e1 [Docs] Ref docs for Send (#599) 2024-06-05 07:40:37 -07:00
William FHandGitHub eac9c600aa Nicer NotImplementedError in sqlite checkpointer (#598) 2024-06-05 06:35:21 -07:00