Commit Graph
1197 Commits
Author SHA1 Message Date
isaac hershenson ec8fca977e fmt 2024-06-18 14:45:06 -07:00
isaac hershenson 004be5a644 first draft 2024-06-18 14:33:38 -07:00
Andrew Nguonly 228f8ece47 Create quick start page. 2024-06-14 18:00:52 -07:00
Andrew Nguonly 277a8efcca Update API concepts page. 2024-06-14 15:22:26 -07:00
Andrew Nguonly 66955951a4 Add LangGraph CLI docs. 2024-06-14 13:52:35 -07:00
Andrew Nguonly 2dc2053cf5 Create Deploy docs. 2024-06-14 11:40:33 -07:00
Lance MartinandGitHub c227cc0d94 Merge pull request #655 from langchain-ai/ankush/06-11/sql-agent
sql agent tutorial
2024-06-13 11:15:51 -07:00
William FHandGitHub f1158fcbbb [Docs] Update ToolNode docstring (#664)
To impart more clarity on what it expects and returns.
2024-06-13 10:13:15 -07:00
Nuno Campos 6db7f3b2b5 0.0.67 2024-06-13 09:29:03 -07:00
Nuno CamposandGitHub cc91110257 Merge pull request #663 from langchain-ai/nc/13jun/adjust-default-error-policy
Adjust default error policy
2024-06-13 09:24:43 -07:00
Nuno Campos b6cc30c6d4 Adjust default error policy
- Add information about the last exception to retry logging
- Add a few more exceptions to the list not retried by default
2024-06-13 09:23:01 -07:00
Ankush Gola 3ae9ca9184 lint 2024-06-12 14:29:14 -07:00
Ankush Gola 8ca641cda6 nits 2024-06-12 13:39:59 -07:00
Ankush Gola cf1c0a7d2d add image 2024-06-12 13:37:01 -07:00
Ankush Gola e21a0d69fb uncomment chinook 2024-06-12 13:26:18 -07:00
Ankush Gola f96ff9386b update agent 2024-06-12 13:25:07 -07:00
William FHandGitHub fe11bb77ab Update Lockfile (#644)
Removes a security warning
2024-06-12 11:37:12 -07:00
Ankush Gola 9cdac632a7 sql agent tutorial 2024-06-12 10:27:42 -07:00
William FHandGitHub 35ee7ade6f [Docs] Add some missing installs (#649) 2024-06-11 22:22:31 -07:00
William FHandGitHub 2e56a8a953 [Doc] Fix image link (#646) 2024-06-11 18:18:24 -07:00
William FHandGitHub 4eab1739da [Docs] Add ruff linting to .ipynb files (#645) 2024-06-11 18:02:49 -07:00
Mal CurtisandGitHub 854bf2c295 Fix grammar in map-reduce.ipynb (#642) 2024-06-11 16:27:05 -07:00
Vadym BardaandGitHub 0da231231e Merge pull request #636 from langchain-ai/vb/improve-readme
improve README
2024-06-11 16:04:36 -04:00
vbarda 8d41c44e73 remove an extra pregel reference 2024-06-11 15:37:19 -04:00
vbarda 5d84d90706 one more cr 2024-06-11 15:15:00 -04:00
vbarda 42d952ea70 expand compilation 2024-06-11 14:53:45 -04:00
vbarda b9c783ec8a more code review 2024-06-11 14:42:18 -04:00
William FHandGitHub 6f2316e2d4 Bug Report TEmplate (#638) 2024-06-11 10:03:21 -07:00
vbarda 70f9434886 remove contributing section 2024-06-11 09:44:30 -04:00
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