Commit Graph

2755 Commits

Author SHA1 Message Date
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
Vadym Barda f15f915676 docs: add handoffs (#727) 2024-12-10 17:25:36 +00:00
Vadym Barda 67e962ae4f docs: update concept docs (#726) 2024-12-10 12:10:49 -05:00
Jacob Lee fd2f6dfd63 docs: Add command docs (#725) 2024-12-10 02:47:53 -08:00
Jacob Lee 2577a26e5a Release 0.2.29 (#724) 2024-12-10 10:35:06 +00:00
Jacob Lee b65a9b9ce5 fix(langgraph): Fix validation and drawing for edgeless graphs (#723) 2024-12-10 10:28:24 +00:00
穿过光纤 b6063a9674 docs: Fix typo (#719) 2024-12-10 03:07:16 +00:00
Jacob Lee dccfc1e83d Release 0.2.28 (#721) 2024-12-10 00:16:58 +00:00
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