Commit Graph

2743 Commits

Author SHA1 Message Date
Ben Burns dff9fed3d1 fix(checkpoint-mongodb): fix query filtering logic in list method (#580) 2024-10-17 11:37:36 -07:00
Ben Burns d05f3a0621 fix(checkpoint): don't throw in MemorySaver.list if thread not found (#584) 2024-10-17 11:19:03 -07:00
Ben Burns c47436e6e0 fix(checkpoint): add support for options.filter in MemorySaver.list (#583) 2024-10-17 11:07:56 -07:00
Jacob Lee 9ebf33422d fix(langgraph): Make subclassing ToolNode easier (#610) 2024-10-17 09:21:46 -07:00
Jacob Lee 10cb3bc3b1 chore(langgraph): Release 0.2.16 (#608) 2024-10-17 04:31:56 +00:00
Jacob Lee 60d26fb250 feat: Move error reference pages (#607) 2024-10-16 21:17:52 -07:00
Jacob Lee 8f6b6cd14c feat(langgraph): Add base error class, improve error messages (#601) 2024-10-16 20:05:47 -07:00
Jacob Lee be1c87cd97 docs: Fix style and links (#606) 2024-10-16 09:55:19 -07:00
Vadym Barda 0946d2549e docs: update image in multi-agent concepts (#605) 2024-10-16 15:20:35 +00:00
Nuno Campos b504d96ed0 Merge pull request #2124 from langchain-ai/dqbd/js-bump-0.0.17
feat(sdk-js): bump to 0.0.17
2024-10-16 06:21:22 -07:00
Tat Dat Duong cbbb73a89d feat(sdk-js): bump to 0.0.17 2024-10-16 15:19:39 +02:00
Jacob Lee 014d4d08e8 docs: Port subgraph how-tos from Python (#604) 2024-10-15 20:23:59 -07:00
Jacob Lee bc6576c087 docs: Port Python conceptual doc changes (#603) 2024-10-15 16:55:43 -07:00
bracesproul 1c899dc09d cr 2024-10-15 11:37:20 -07:00
bracesproul a8c3b59b27 cr 2024-10-15 11:36:37 -07:00
bracesproul 5c527ab199 fix(sdk-js): Pass api key in headers by default if in env 2024-10-15 11:33:40 -07:00
Jacob Lee c0f7a65d53 chore(langgraph): Release 0.2.15 (#597) 0.2.15 2024-10-14 17:23:26 +00:00
Jacob Lee cf8915799b feat(langgraph): Export CompiledStateGraph, remove unnecessary subgraph code (#596) 2024-10-14 10:16:10 -07:00
Jacob Lee d3c8204026 docs: Typo fixes (#587) 2024-10-13 08:29:40 -07:00
Jacob Lee 57051397b7 docs: Fix typo (#586) 2024-10-12 19:50:13 +00:00
Jacob Lee 52abbc2ed5 docs: Update tool runtime docs to show context variable example (#585) 2024-10-12 12:43:34 -07:00
David Duong 62e294569c fix(debug): add config, parent_config to checkpoint debug events, add state to debug tasks (#579) 2024-10-12 02:31:47 +02:00
Jacob Lee 45e59e6417 chore(langgraph): Release 0.2.14 (#575) 2024-10-10 03:09:22 +00:00
Jacob Lee 8ab50e127d feat(langgraph): Allow configurable typing in nodes and conditional edges (#572) 2024-10-09 20:03:38 -07:00
Jacob Lee 9fb9115c43 fix(langgraph): Fix broken export version (#573) 2024-10-09 18:42:29 -07:00
Jacob Lee 484ededad7 feat(langgraph): Allow option to prevent subgraphs inheriting checkpointer (#570) 2024-10-09 16:32:59 -07:00
David Duong f21e720256 Merge pull request #2066 from langchain-ai/dqbd/checkpoint-sdk-js
fix(sdk-js): pass checkpoint when creating run
2024-10-09 20:50:54 +02:00
Tat Dat Duong 8206d6c721 Remove deprecated message 2024-10-09 20:41:18 +02:00
Tat Dat Duong 668e14640d Remove error warning 2024-10-09 20:40:24 +02:00
Tat Dat Duong 7e6661fea6 fix(sdk-js): allow passing checkpoint when creating a run 2024-10-09 20:34:19 +02:00
William FH 81ca3b5072 Consolidate runtime val tools docs (#556) 2024-10-08 15:44:30 -07:00
Jacob Lee 780a7fceb9 docs: Adds Postgres checkpointer docs (#569) 2024-10-08 14:53:35 -07:00
Jacob Lee a3f05a2cb6 chore(langgraph): Release 0.2.13 (#568) 2024-10-08 13:29:33 -07:00
jacoblee93 894098ccf6 Release 0.2.13 0.2.13 2024-10-08 13:27:24 -07:00
Jacob Lee 55122bd491 feat(langgraph): Add type hints for configurable field if config schema is passed (#567) 2024-10-08 12:55:22 -07:00
Jacob Lee f7b1226fbb docs: Update Postgres checkpointer README (#565) 2024-10-08 12:10:05 -07:00
Jacob Lee 8c45ef50b4 fix(langgraph): Pass full state properties to conditional edges (#566) 2024-10-08 11:59:28 -07:00
Jacob Lee 904302aa87 chore(checkpoint-postgres): Release 0.0.1 (#564) 2024-10-08 16:46:11 +00:00
Lucas Hänke de Cansino ff0a79123e feat(checkpoint-postgres): Postgres checkpointer (#471)
Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
2024-10-08 09:34:50 -07:00
William FH 88e247d6a1 Update memory conceptual docs (#563) 2024-10-07 20:56:46 -07:00
William FH 510db541e3 Glossary (#562) 2024-10-07 20:31:22 -07:00
Jacob Lee aa0afe49a1 chore(langgraph): Release 0.2.12 (#560) 2024-10-08 01:27:04 +00:00
Jacob Lee b9f6fd0a77 fix: Fix checkpointer race condition (#559) 0.2.12 2024-10-07 17:57:21 -07:00
Jacob Lee cc0eab21ea chore(checkpoint): Release 0.0.10 (#557) 2024-10-07 19:48:15 +00:00
Ben Burns 4775e68d03 fix: return correct checkpointId in parentConfig in MemorySaver.getTuple (#555) 2024-10-07 11:36:14 -07:00
David Duong 8b99a18e0b Merge pull request #2031 from langchain-ai/dqbd/js-0.0.16
feat(sdk-js): bump to 0.0.16
2024-10-07 18:15:46 +02:00
Tat Dat Duong 41a1172d7e feat(sdk-js): bump to 0.0.16 2024-10-07 18:10:32 +02:00
David Duong 7d038a18ef Merge pull request #2029 from langchain-ai/dqbd/js-get-history-checkpoint
feat(sdk-js): add `checkpoint` arg in `getHistory`
2024-10-07 17:52:27 +02:00
Tat Dat Duong 5fdf1472d3 Make types more explicit 2024-10-07 17:47:36 +02:00
Tat Dat Duong 48c4bb607f feat(sdk-js): add checkpoint arg in getHistory 2024-10-07 17:24:29 +02:00