Commit Graph

2778 Commits

Author SHA1 Message Date
Tat Dat Duong 39bb8986c2 Cleanup, implement winston logging 2025-01-08 20:15:51 +01:00
Vadym Barda 72eb9023f4 sdk-js: release 0.0.34 (#2959) 2025-01-08 10:59:40 -05:00
Vadym Barda 4da29ee83f sdk-js: add stream mode and stream subgraphs to runs.create (#2958) 2025-01-08 10:58:07 -05:00
Tat Dat Duong 62d2e84ee4 Add winston logging 2025-01-08 14:26:27 +01:00
Tat Dat Duong b745f7369c Swap to pnpm 2025-01-07 04:52:34 +01:00
Tat Dat Duong a6cc20985b Fix silly lock issues 2025-01-07 04:42:39 +01:00
Tat Dat Duong c60c55683e Fix weird issues with missing metadata from checkpoints 2025-01-07 04:03:46 +01:00
Tat Dat Duong 8487dc6e63 Implement queue, worker, stream and join 2025-01-07 03:54:48 +01:00
Tat Dat Duong 74918127f0 Implement streaming protocols 2025-01-06 17:46:16 +01:00
Tat Dat Duong 7136c39406 Revise stream logic 2025-01-06 16:34:14 +01:00
Tat Dat Duong 7665d7eaa9 Further cleanup 2025-01-06 15:24:43 +01:00
Tat Dat Duong 1cfe460083 Implement crud ops 2025-01-06 13:13:45 +01:00
dependabot[bot] 3bbd8dac4d build(deps): bump the npm_and_yarn group across 2 directories with 2 updates (#771)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-04 22:21:21 -08:00
Jacob Lee e8f53d5d3b Release 0.2.39 (#774) 2025-01-05 06:20:27 +00:00
Jacob Lee 7979aacbf0 fix(langgraph): Make streamMode updates yield a final interrupt event, values yield final values (#773) 2025-01-04 22:15:23 -08:00
Tat Dat Duong 62cfdd2691 Cleanup 2025-01-04 21:35:40 +01:00
Tat Dat Duong bbd2d2dbbc Cleanup 2025-01-04 21:20:04 +01:00
Jacob Lee 13d837221e Release 0.2.38 (#770) 2024-12-30 23:28:45 +00:00
Jacob Lee e1ddb6fc91 docs: Document the nostream tag for stream mode messages (#769) 2024-12-30 23:22:52 +00:00
Jacob Lee 2ddec79aa0 fix(langgraph): Fix nostream tags behavior in stream mode messages (#768) 2024-12-30 15:04:09 -08:00
Jacob Lee 2136d84e7a release(langgraph): 0.2.37 (#767) 2024-12-30 22:11:39 +00:00
Jacob Lee 163edfae73 fix(langgraph): Serialize command objects passed as input into remote graph (#766) 0.2.37 2024-12-30 14:06:57 -08:00
jacoblee93 cb58ddc9ed Modify type 2024-12-30 10:22:06 -08:00
jacoblee93 d4afa02328 Update JS SDK command types 2024-12-30 10:14:51 -08:00
Jacob Lee 34834507d3 Release 0.2.36 (#762) 2024-12-24 19:40:18 +00:00
Jacob Lee 8cbf644dc3 fix(ci): Revert version bump (#761) 2024-12-24 19:33:05 +00:00
Jacob Lee 3bce2cb9e7 fix(langgraph): Fix behavior around array return values from nodes (#760) 2024-12-24 11:29:29 -08:00
David Duong 1a7d4cda69 release(langgraph): Bump to 0.2.35 (#757) 2024-12-23 15:40:57 +00:00
David Duong 8a360d4cb8 fix(pregel): interruptBefore and interruptAfter is ignored from streamEvents (#756) 2024-12-23 16:27:52 +01:00
Brace Sproul 38ee6c0ef4 fix(docs): Update how to index HITL (#752) 2024-12-20 14:53:58 +00:00
dependabot[bot] f57decbdf6 build(deps): bump the npm_and_yarn group across 2 directories with 2 updates (#751)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-19 17:55:16 -08:00
Jacob Lee 9fdb553ad6 docs: Add missing doc to index page (#747) 2024-12-17 17:05:28 +00:00
Jacob Lee 740fa13a2d Release 0.2.34 (#746) 2024-12-16 20:04:28 +00:00
Jacob Lee 5969ea8d87 fix(langgraph): Fix chat model streaming for streamMode messages (#745) 2024-12-16 20:00:18 +00:00
Brace Sproul d19858a04a fix(docs): Update HITL and add interrupt docs (#738) 2024-12-13 11:57:07 -08:00
Jacob Lee 57ae1e36de Release 0.2.33 (#742) 2024-12-13 00:33:32 +00:00
Jacob Lee 403cd51dfd feat(langgraph): Adds error page for unreachable nodes (#741) 2024-12-12 16:26:03 -08:00
Jacob Lee 3ef8ace0f0 feat(langgraph): Allow tools to return Commands and update graph state (#740) 2024-12-12 15:42:34 -08:00
Jacob Lee 80a7e81c60 Release 0.2.32 (#736) 2024-12-12 00:08:32 +00:00
Jacob Lee 63c16e7b26 fix(langgraph): Fix state graph invoke typing (#735) 2024-12-11 16:02:26 -08:00
Jacob Lee 02fe24c9e3 fix(langgraph): Fix Command update behavior for static breakpoints (#734) 2024-12-11 15:06:01 -08:00
Brace Sproul b40c54b9fb Release 0.2.31 (#733) 2024-12-11 19:43:17 +00:00
Brace Sproul 4760d6875f fix(langgraph): Put writes for special channels (#732) 0.2.31 2024-12-11 11:37:37 -08:00
Brace Sproul 83452a82d3 Release(langgraph): 0.2.30 (#730) 2024-12-10 23:11:39 +00:00
Brace Sproul dd08dd306f fix(docs): Update agent supervisor notebook (#722) 0.2.30 2024-12-10 15:05:14 -08:00
Brace Sproul 2d1c891804 fix(langgraph): Allow multiple interrupts per node (#713) 2024-12-10 14:49:06 -08:00
David Duong b79a91e530 Merge pull request #2699 from langchain-ai/dqbd/sdk-js-0.0.32
feat(sdk-js): bump to 0.0.32
2024-12-11 02:00:21 +04:00
Tat Dat Duong 102edc072d feat(sdk-js): bump to 0.0.32 2024-12-10 22:52:51 +01:00
Vadym Barda a97965da9b docs: add an FAQ note for command vs cond edge (#729) 2024-12-10 20:19:52 +00:00
Jacob Lee dd7b9e8d5f docs: Adds multi agent network docs (#728) 2024-12-10 17:34:37 +00:00