Commit Graph

2755 Commits

Author SHA1 Message Date
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
Brace Sproul 9b82cb8662 Merge branch 'main' into brace/default-assign-api-key 2024-11-19 11:16:55 -08:00
Brace Sproul 5467b6130a Merge pull request #2471 from langchain-ai/brace/drop-trailing-slash
fix(sdk-js): remove trailing slash from url
2024-11-19 09:31:59 -08:00
bracesproul 25e17e4c0e fix(sdk-js): remove trailing slash from url 2024-11-19 09:23:47 -08:00
Jacob Lee aacafa1744 docs: Add breadcrumbs (#670)
Co-authored-by: vbarda <vadym@langchain.dev>
2024-11-19 14:39:46 +00:00
bracesproul 6fba0c69ed add jsdoc 2024-11-18 16:32:32 -08:00
bracesproul 6436b2c6ed fix(sdk-js): Expose Command interface 2024-11-18 16:25:51 -08:00
Jacob Lee d876d6c8eb chore(langgraph): Release 0.2.21 (#678) 0.2.21 2024-11-18 23:44:42 +00:00
Jacob Lee eb766493c2 fix(langgraph): Fix recursionLimit passing via .withConfig (#677) 2024-11-18 15:36:23 -08:00
Richard Tuin 81be8cbcc6 fix(docs): Update broken dynamic tool link (#671) 2024-11-16 23:10:15 -08:00
Brace Sproul f0876f1359 fix(docs): hierarchical agent teams ntbk (#664)
Co-authored-by: Jacob Lee <jacoblee93@gmail.com>
2024-11-16 23:10:01 -08:00
Nuno Campos 5bc4bb3af2 Merge pull request #2429 from langchain-ai/nc/15nov/sdk-js-types
sdk-js: Update types for state.task
2024-11-15 11:54:59 -08:00
Nuno Campos ff6f7796b0 sdk-js: Update types for state.task 2024-11-15 11:54:00 -08:00
Nuno Campos b721b2e834 Merge pull request #2420 from langchain-ai/nc/14nov/js-sdk-command
Nc/14nov/js sdk command
2024-11-14 18:21:38 -08:00
Nuno Campos ffee86bbe5 sdk-js 0.0.24 2024-11-14 18:17:22 -08:00
Nuno Campos 4baff4de6a sdk-js: Accept command when creating run 2024-11-14 18:17:04 -08:00
Jacob Lee 7d9f5d991c docs: Adds compatibility section to streaming docs (#669) 2024-11-11 17:10:05 -08:00