Commit Graph

2771 Commits

Author SHA1 Message Date
Jacob Lee ebef3e9d90 feat(langgraph): Edgeless graph support (#717) 2024-12-09 16:10:55 -08:00
Jared Hanson 39960178e3 fix(langgraph): Re-throw NodeInterrupt errors from ToolNode for HITL. (#718)
Co-authored-by: Jacob Lee <jacoblee93@gmail.com>
2024-12-08 18:41:41 -08:00
Jacob Lee c713acdd57 release(langgraph): 0.2.27 (#716) 2024-12-06 11:07:58 +00:00
Jacob Lee bbde3ed7d8 docs: Adds semantic search docs (#715) 2024-12-06 10:57:18 +00:00
Jacob Lee dd719dfd73 feat(prebuilt): Adds stateModifier param to createReactAgent (#714) 2024-12-05 18:46:49 -08:00
Brace Sproul 253f285c44 fix: Allow updating state as node end (#712) 2024-12-06 01:06:38 +00:00
Jared Hanson b52fb0dabc Allow value of NodeInterrupt to be any (JSON-serializable) type. (#710)
Co-authored-by: Jacob Lee <jacoblee93@gmail.com>
2024-12-05 16:30:04 -08:00
Brace Sproul 6312239f1a Release 0.2.26 (#709) 2024-12-05 23:08:25 +00:00
Brace Sproul 5f324c1860 fix(langgraph): Prevent non RunnableConfig keys from being passed (#707) 0.2.26 2024-12-05 15:03:13 -08:00
Jacob Lee 12470854a1 Release 0.2.25 (#706) 2024-12-05 17:58:04 +00:00
David Duong 7af0f8e66b feat(graph): passthrough input types to invoke/stream (#650) 2024-12-05 18:45:21 +01:00
David Duong 935362b0e8 Merge pull request #2653 from langchain-ai/dqbd/sdk-command
fix(sdk-js): rename Command["send"] to `goto`
2024-12-05 20:49:47 +04:00
Tat Dat Duong da43d2b817 fix(sdk-js): rename Command["send"] to goto 2024-12-05 17:14:07 +01:00
William FH 62ecd059e9 [Checkpoint] Release 0.0.13 (#704) 2024-12-05 06:42:48 -08:00
David Duong 2c4c049f74 fix(interrupt): match signature of GraphInterrupt created in interrupt() (#703) 2024-12-04 17:01:00 -08:00
David Duong 790391f584 fix(debug): interrupts task result double tuple format (#702) 2024-12-05 00:32:49 +01:00
Brace Sproul 24beabb7eb fix(langgraph): Add test for invoking a single node (#701) 2024-12-04 09:31:22 -08:00
William FH 586628fd5c InMem Search (#700) 2024-12-03 23:30:28 -08:00
William FH 894e1c3883 [JS] Update SDK version (#2619) 2024-12-03 23:01:19 -08:00
William FH 70eeffa696 Update docstrings for store classes (#2616) 2024-12-03 19:51:25 -08:00
Brace Sproul 1d86b900af release(langgraph): 0.2.24 (#699) 2024-12-03 01:18:09 +00:00
Brace Sproul 4e57fca25a fix(langgraph): Add test for subgraph interrupts & resume with Command (#698)
Co-authored-by: Nuno Campos <nuno@langchain.dev>
0.2.24
2024-12-02 17:13:37 -08:00
David Duong 42df734139 Merge pull request #2596 from langchain-ai/dqbd/sdk-cancel-on-disconnect
feat(sdk): pass cancel on disconnect when joining stream
2024-12-03 04:45:00 +04:00
Tat Dat Duong 274262c545 Bump to 0.0.30 2024-12-03 01:31:11 +01:00
Tat Dat Duong 92f8c22074 feat(sdk): pass cancel on disconnect when joining stream 2024-12-03 01:17:15 +01:00
David Duong fbcadd36d3 Merge pull request #2592 from langchain-ai/dqbd/sdk-list-runs-by-status
feat(sdk): add ability to search runs via status
2024-12-03 04:03:29 +04:00
Tat Dat Duong 798d0b93a8 feat(sdk): add ability to search runs via status 2024-12-02 19:53:58 +01:00
David Duong f2e6ebc17b fix(docs): use messagesStateReducer instead of concat to match Python (#696) 2024-12-02 07:08:21 -08:00
Brace Sproul 72de160057 Release 0.2.23 (#693) 2024-11-27 23:32:11 +00:00
Nuno Campos e55369d1c6 Implement interrupt(...) and Command({resume: ...}) (#690) 2024-11-27 15:20:04 -08:00
Jacob Lee 948f2eb3db fix(sdk-js): Avoid retrying 402s (#2554) 2024-11-27 19:33:23 +00:00
Nuno Campos 8ad0e69ab6 Merge pull request #2546 from langchain-ai/jacob/jsenv
fix(js): Adds fallback for fetching environment variables
2024-11-26 12:34:18 -08:00
jacoblee93 6225926e7f Bump version 2024-11-26 12:31:00 -08:00
jacoblee93 57a5b25454 Adds fallback for fetching environment variables 2024-11-26 12:30:33 -08:00
Brace Sproul 9ee46e1821 Merge pull request #2545 from langchain-ai/release
release(sdk-js): 0.0.27
2024-11-26 11:54:45 -08:00
bracesproul 2b68231ce6 release(sdk-js): 0.0.27 2024-11-26 11:42:20 -08:00
Brace Sproul 45ce7b602a Merge pull request #2543 from langchain-ai/brace/type-interrupts
fix(sdk-js): Add typing for interrupts on threads
2024-11-26 11:40:34 -08:00
bracesproul b755837255 expose interupt type 2024-11-26 11:28:50 -08:00
bracesproul 6ca37dc925 cr 2024-11-26 11:28:19 -08:00
bracesproul 08192092ea fix(sdk-js): Add typing for interrupts on threads 2024-11-26 11:26:18 -08:00
Greyson Thao b460d1cd23 fix(docs): added missing dependency in tutorial by adding @langchain/langgraph (#688) 2024-11-25 11:01:45 -08:00
Brace Sproul 874e3201eb fix(ci): Fix release script (#685) 2024-11-22 21:02:10 +00:00
Kostas Minaidis cbb653bd33 docs: Fix typo (#683) 2024-11-22 05:23:45 +00:00
dependabot[bot] 6f1ee35ed2 build(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#679)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 21:22:10 -08:00
Nuno Campos a45d0df7d8 Release 0.2.22 (#682) 2024-11-20 00:31:26 +00:00
Nuno Campos 360be91c10 Release (#681) 0.2.22 2024-11-19 16:25:31 -08:00
Nuno Campos cb7882d4b9 Add update state branch for copy (#680) 2024-11-19 16:10:11 -08:00
Brace Sproul e2043aa843 Merge pull request #2476 from langchain-ai/release
(sdk-js): Release 0.0.26
2024-11-19 11:38:11 -08:00
bracesproul 65f4ae23c6 (sdk-js): Release 0.0.26 2024-11-19 11:32:22 -08:00
Brace Sproul 9d375ea6d2 Merge pull request #2117 from langchain-ai/brace/default-assign-api-key
fix(sdk-js): Pass api key in headers by default if in env
2024-11-19 11:26:01 -08:00