Commit Graph
5040 Commits
Author SHA1 Message Date
HowardChanandGitHub fa0f911340 Fix/Typos (#206) 2024-03-15 14:33:53 -07:00
Eugene YurtsevandGitHub 76b6394e7f x (#210) 2024-03-15 14:31:59 -07:00
Nuno CamposandGitHub 07a2815a5d Merge pull request #211 from langchain-ai/nc/15mar/message-graph-update
Support updating/replacing existing messages in messagegraph
2024-03-15 12:15:51 -07:00
Nuno Campos 7548f412fb Support updating existing messages in messagegraph 2024-03-15 12:13:58 -07:00
Nuno Campos ba5dbad75f Fix duplicate history entries 2024-03-15 08:33:35 -07:00
William FHandGitHub da7797431a Merge pull request #207 from langchain-ai/rlm/testing_storm
Minor updates to STORM ntbk
2024-03-14 12:29:30 -07:00
Lance Martin 453bbdc284 Minor updates to STORM ntbk 2024-03-14 10:50:58 -07:00
Nuno CamposandGitHub fa536f8368 Merge pull request #204 from langchain-ai/nc/13mar/get-state-history
Add history tracking to in-memory, sqlite and aiosqlite checkpointers
2024-03-13 17:46:06 -07:00
Nuno Campos d169db951a py3.9 2024-03-13 17:42:14 -07:00
Nuno Campos 53297db419 py3.9 2024-03-13 17:37:55 -07:00
Nuno Campos 4d9e8a2d5f Update error msg 2024-03-13 17:34:13 -07:00
Nuno Campos 0d13c6b159 Add history tracking to in-memory, sqlite and aiosqlite checkpointers
- Add Pregel.get_state_history and .aget_state_history methods to get history iterator
- Update checkpointer base class with new list and get_tuple methods
- Rewrite in-memory checkpointer class to track history
- Rewrite sqlite and aiosqlite checkpointers to track history
- Add new tests for history tracking
2024-03-13 17:22:39 -07:00
Nuno Campos 418267e4de 0.0.28 2024-03-13 11:39:29 -07:00
Nuno Campos c964b662b4 0.0.27 2024-03-13 11:39:10 -07:00
Nuno CamposandGitHub a4374a069b Merge pull request #202 from langchain-ai/nc/13mar/rm-subcribe-to-each
Remove subscribe_to_each() method in pregel api
2024-03-13 11:36:53 -07:00
Nuno Campos f5c3c7ac7d Remove subscribe_to_each() method in pregel api
- can be replaced by piping to batch method instead
2024-03-13 11:17:49 -07:00
Nuno CamposandGitHub 8b764f0a99 Merge pull request #200 from langchain-ai/nc/12mar/fix-human-in-loop-nb
Fix human in the loop notebook
2024-03-12 11:13:01 -07:00
Nuno Campos c90a6b14b9 Fix human in the loop notebook 2024-03-12 10:40:47 -07:00
William FHandGitHub b5b1c33ee6 Merge pull request #194 from langchain-ai/wfh/subgraph
Subgraph example
2024-03-07 19:12:38 -08:00
William FHandGitHub b3d64a4678 Merge pull request #155 from langchain-ai/wfh/typed
Make typed
2024-03-07 18:43:14 -08:00
William Fu-Hinthorn 5b7fa17955 Subgraph example 2024-03-07 17:58:23 -08:00
Harrison ChaseandGitHub 9be4cdd337 Update README.md 2024-03-07 09:27:45 -08:00
Harrison ChaseandGitHub 0b79646dbd Update README.md 2024-03-07 09:27:00 -08:00
Harrison ChaseandGitHub d0e974ce8b viz notebook (#182)
* cr

* cr
2024-03-07 09:19:26 -08:00
Nuno CamposandGitHub 069ff067a5 Merge pull request #193 from langchain-ai/wfh/aexec_tool_support
Add tools upport to agentexecutor
2024-03-07 09:01:39 -08:00
William Fu-Hinthorn 16970aca08 Add tools upport to agentexecutor 2024-03-07 08:51:05 -08:00
William FHandGitHub 4569be0e02 Add cloneable link in langgraph code assistant notebook
Add cloneable link in langgraph code assistant notebook
2024-03-06 17:34:03 -08:00
William Fu-Hinthorn 54e367a628 format 2024-03-06 17:33:07 -08:00
William Fu-Hinthorn 7e4abdf08a clear long outputs 2024-03-06 17:32:10 -08:00
William Fu-Hinthorn afca1e3e48 Add link for langgraph code assistnat 2024-03-06 17:30:58 -08:00
William FHandGitHub 9661514155 Add LangSmith chatbot evaluation example
Evaluation Simulation Benchmark
2024-03-06 17:10:55 -08:00
William Fu-Hinthorn 915bd9db16 fixup 2024-03-06 17:10:37 -08:00
William Fu-Hinthorn 073784b5e3 r 2024-03-06 17:08:20 -08:00
William Fu-Hinthorn c617e504d1 checkup 2024-03-06 17:06:38 -08:00
William Fu-Hinthorn 199af2c5b4 fixup 2024-03-06 16:59:34 -08:00
William Fu-Hinthorn 190337bd84 readme 2024-03-06 15:07:46 -08:00
William Fu-Hinthorn f9ae2e651f gs 2024-03-06 15:07:40 -08:00
William Fu-Hinthorn 918e795961 update notebook 2024-03-06 15:03:57 -08:00
William Fu-Hinthorn c08a9329aa Add notebook 2024-03-06 14:13:11 -08:00
William Fu-Hinthorn fc48546ebd examples 2024-03-06 13:07:33 -08:00
William Fu-Hinthorn ab032fec2f tmp 2024-03-06 12:33:06 -08:00
William FHandGitHub df66e37741 Merge pull request #185 from langchain-ai/wfh/license
Update pyproject license
2024-03-05 14:10:49 -08:00
William Fu-Hinthorn 83145ec2b0 MIT 2024-03-05 13:56:14 -08:00
Nuno CamposandGitHub 7cb61525bc Merge pull request #181 from langchain-ai/harrison/update-docs
update readme
2024-03-04 19:51:06 -08:00
Harrison Chase 1962800901 update readme 2024-03-04 19:47:54 -08:00
William FHandGitHub e68181dc01 Merge pull request #178 from langchain-ai/wfh/recurse
UCT on full nodes
2024-03-03 17:53:59 -08:00
William FHandGitHub 837a038ed2 Merge branch 'main' into wfh/recurse 2024-03-03 17:53:51 -08:00
William Fu-Hinthorn 699d89b3d9 noself 2024-03-03 17:52:12 -08:00
William Fu-Hinthorn 33d36c37b4 Recurse 2024-03-03 17:41:10 -08:00
William FHandGitHub 001fd058f3 Merge pull request #169 from kikoncuo/patch-1
Fixed rewoo.ipynb
2024-03-03 17:34:09 -08:00