Commit Graph

2743 Commits

Author SHA1 Message Date
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
Tat Dat Duong 129c4c8640 Bump to 0.0.23, use @langchain/scripts 0.1.4 2024-11-11 15:01:12 +01:00
Tat Dat Duong 80fab99fce Make sure we actually build the CJS 2024-11-08 20:52:44 +01:00
Tat Dat Duong 68265d6d8e fix(sdk-js): move to @langchain/scripts for building 2024-11-08 20:08:38 +01:00
Tat Dat Duong 6072f8c450 feat(sdk-js): bump to 0.0.22 2024-11-08 03:19:27 +01:00
Andrew Nguonly 71cdea9c4b sdk-js: Add custom and messages-tuple stream modes (#2370) 2024-11-07 16:32:08 -08:00
Jacob Lee 742eee028e docs: Fix header and sidebar on stream tokens page (#662) 2024-11-07 07:49:55 -08:00
Jacob Lee 0fd8a277d6 docs: Fix headers and sidebar in custom streaming page (#661) 2024-11-07 07:48:31 -08:00
Brace Sproul 09fc5d28f1 Merge pull request #2348 from langchain-ai/brace/filter-status-js
feat(js-sdk): Add status field in search args
2024-11-05 16:40:23 -08:00
bracesproul 80606d18a3 cr 2024-11-05 16:04:52 -08:00
Brace Sproul 73dc19a3b9 Merge branch 'main' into brace/filter-status-js 2024-11-05 16:03:58 -08:00
bracesproul 4e6da91661 feat(js-sdk): Add status field in search args 2024-11-05 16:03:24 -08:00
David Duong e70120adc1 feat(remote): upstream type casts from remote to SDK (#656) 2024-11-04 17:21:43 +01:00