Commit Graph

2743 Commits

Author SHA1 Message Date
David Duong 97d065cb94 Merge pull request #2310 from langchain-ai/dqbd/sdk-js-types
feat(sdk-js): improve types for drawable graph, interrupts and metadata
2024-11-04 13:26:58 +01:00
Tat Dat Duong dc09b4d75b Bump to 0.0.21 2024-11-04 13:20:36 +01:00
Jacob Lee b85af8a295 chore(langgraph): Release 0.2.20 (#654) 2024-11-02 09:42:04 +00:00
Jacob Lee 3e3fa130b2 feat(langgraph): Adds custom streaming mode (#653) 2024-11-02 02:35:16 -07:00
Tat Dat Duong 514d7af400 feat(sdk-js): improve types for drawable graph, interrupts and metadata 2024-11-02 02:48:47 +01:00
Jacob Lee 1a7b08270a fix(langgraph): Fix array stream_mode defaults (#652) 2024-11-01 16:28:02 -07:00
Jacob Lee 48ce8691c4 feat(langgraph): Add stream mode messages (#651) 2024-11-01 15:52:37 -07:00
Andrew Nguonly 6d9da39260 sdk: Add action query param to cancel Run methods (#2284) 2024-11-01 13:32:49 -07:00
Jacob Lee 2c8510060f fix(langgraph): Make graph nodes stream chunks immediately rather than aggregating (#648) 2024-11-01 12:19:51 -07:00
Jacob Lee 36c67e4f64 fix(langgraph): Fix memory saver immutable assertion (#649) 2024-10-31 19:07:02 -07:00
William FH 30b2c19b1a Update link (#646) 2024-10-31 16:02:56 +00:00
Jacob Lee 3edf0a1b73 docs: Update copy (#645) 2024-10-31 15:46:39 +00:00
Brace Sproul 4ec6546a7f docs: New cloud docs (#642)
Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
2024-10-30 22:43:14 -07:00
Jacob Lee 6539c1ba90 chore(langgraph): Release 0.2.19 (#644) 2024-10-31 05:40:56 +00:00
Jacob Lee 54fbb5cf5d fix(langgraph): Fix subgraph namespacing in RemoteGraph (#643) 2024-10-30 19:15:49 -07:00
Jacob Lee 7bf4b4d332 feat(langgraph): Adds RemoteGraph (#639) 2024-10-30 17:53:41 -07:00
David Duong 55aec5e207 Merge pull request #2237 from langchain-ai/jacob/sdk
feat(sdk-js): Support if_not_exists in SDK runs
2024-10-30 19:16:22 +01:00
jacoblee93 0a6d746d81 Support if_not_exists 2024-10-30 11:10:08 -07:00
Jacob Lee bd6da8a9b3 chore(checkpoint-sqlite): Release 0.1.3 (#640) 2024-10-29 21:30:47 +00:00
Ben Burns afce8ceb45 chore(checkpoint-validation): fix eslint extraneous-import error (#633) 2024-10-29 14:18:51 -07:00
Ben Burns 883fbf7974 fix(checkpoint-sqlite): don't return undefined namespace from put (#634)
Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
2024-10-29 14:12:00 -07:00
Ben Burns 568ff23b66 fix(checkpoint-sqlite): populate pending_sends and pendingWrites (#631) 2024-10-29 13:45:16 -07:00
Nuno Campos 84f7048646 sdk-js 0.0.19 2024-10-28 15:21:57 -07:00
Nuno Campos 64f5b39b75 Merge pull request #2204 from langchain-ai/nc/28oct/sdk-wait-raise-error
sdk: By default raise errors in /wait endpoint
2024-10-28 14:46:14 -07:00
Nuno Campos f5465454bf sdk: By default raise errors in /wait endpoint 2024-10-28 14:27:13 -07:00
Jacob Lee 6657998095 chore(langgraph): Bump dev dependencies (#635) 2024-10-25 22:42:26 +00:00
David Duong 8ea14b3c47 Merge pull request #2167 from langchain-ai/dqbd/sdk-js-timeout
feat(sdk-js): implement abort signal timeout, make default timeout for runs 5 minutes
2024-10-25 15:40:30 +02:00
Tat Dat Duong ecf5d596a3 Don't enforce timeouts for run stream / block endpoints 2024-10-25 15:34:36 +02:00
Jacob Lee cc6625cc9b chore(langgraph): Release 0.2.18 (#632) 0.2.18 2024-10-24 23:49:32 +00:00
Brace Sproul 21d7992bb8 fix: Return input in write method (#626) 2024-10-24 15:14:46 -07:00
Jacob Lee 70453f20ac feat(langgraph): Clean up traces (#627) 2024-10-24 12:53:37 -07:00
David Duong ff953fde64 Merge pull request #2178 from langchain-ai/dqbd/sdk-bump-24oct
feat(sdk): bump SDK to js@0.0.18 and py@0.1.34
2024-10-24 18:58:07 +02:00
Tat Dat Duong 34cc6c1da3 feat(sdk): bump SDK to js@0.0.18 and py@0.1.34 2024-10-24 18:51:56 +02:00
Nuno Campos 01965b4619 Merge pull request #2176 from langchain-ai/dqbd/error-thread-state
fix(sdk): add error thread state
2024-10-24 09:23:20 -07:00
Tat Dat Duong 9d221a636f fix(sdk): add error thread state 2024-10-24 18:16:21 +02:00
Ben Burns 74ee400e1a fix(checkpoint-validation): cli fixes (#624) 2024-10-24 08:50:36 -07:00
Ben Burns f3d5d748a8 fix(checkpoint): don't throw on MemorySaver.put if no checkpoint_ns (#629) 2024-10-24 15:44:37 +00:00
Tat Dat Duong 13e7d66f21 feat(sdk-js): implement abort signal timeout, make default timeout for runs 5 minutes 2024-10-24 09:38:42 +02:00
Jacob Lee 06b546a24d chore(langgraph): Release 0.2.17 (#621) 2024-10-22 23:56:40 +00:00
David Duong 90b39ced82 feat(langgraph): add subgraph add node option to explicitly specify subgraphs (#620) 0.2.17 2024-10-22 16:51:01 -07:00
Jacob Lee 9d10d27c75 chore(checkpoint-validation): Release 0.0.2 (#619) 2024-10-22 16:57:11 +00:00
Ben Burns 51250e1dd0 fix(checkpoint-validation): fix broken initial release (#618) 2024-10-22 09:52:40 -07:00
Jacob Lee 8b3296cdfc chore(checkpoint-validation): Release 0.0.1 (#616) 2024-10-21 15:26:05 -07:00
Ben Burns d453cf627d feat(checkpoint-validation): add custom checkpointer validation tool (#600) 2024-10-21 10:39:59 -07:00
Ben Burns b76700e9dc fix(checkpoint-sqlite): list method bug fixes (#582) 2024-10-19 19:23:46 -07:00
Nuno Campos d17226c10a Fix docstring for Checkpoint.v (#615) 2024-10-18 14:54:02 -07:00
Jacob Lee c98c65a880 chore(checkpoint-postgres): Release 0.0.2 (#613) 2024-10-17 19:37:52 +00:00
Jacob Lee 2312f1ae3a chore(checkpoint-mongodb): Release 0.0.4 (#612) 2024-10-17 18:58:06 +00:00
Jacob Lee 71db4a8a5b chore(checkpoint): Release 0.0.11 (#611) 2024-10-17 18:54:05 +00:00
Ben Burns 4dbe2aeaf8 fix(checkpoint-postgres): fix WHERE clause generation on list (#578)
Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
2024-10-17 11:46:56 -07:00