Commit Graph

2743 Commits

Author SHA1 Message Date
Tat Dat Duong eb0611e7c0 Fix formatting 2025-05-02 14:46:41 +02:00
Tat Dat Duong 36226e7a46 feat(langgraph): expose zod-to-json-schema logic 2025-05-02 14:44:56 +02:00
David Duong e022a52ce2 fix(state): zod schema type inference (#1144) 2025-05-01 19:16:14 +02:00
Tat Dat Duong 81ceda408a Fix lint 2025-05-01 16:38:00 +02:00
Tat Dat Duong 2c8cd5b0e7 Fix tests 2025-05-01 16:35:04 +02:00
Tat Dat Duong 61f5f5ae7f fix(state): zod schema type inference 2025-05-01 01:03:34 +02:00
William FH 817a52f359 Add checkpoint_during for the SDKs (#4487) 2025-04-30 15:56:29 -07:00
lc-arjun 78effd518b feat: assistants sorting sdk spec (#4484) 2025-04-30 17:05:37 -04:00
David Duong 010abead95 release(sdk-js): 0.0.72 (#4481) 2025-04-30 20:22:01 +02:00
Tat Dat Duong d21576eaab release(sdk-js): 0.0.72 2025-04-30 20:19:30 +02:00
Tat Dat Duong 3060199dca Add docs 2025-04-30 19:46:14 +02:00
Tat Dat Duong ec07b37c35 feat(ui): add merge option to UI messages 2025-04-30 11:52:47 +02:00
Tat Dat Duong 0b541e782c fix(api): relax peer dep requirement for @langchain/langgraph-sdk 2025-04-30 11:44:55 +02:00
David Duong bd93938034 release(sdk): Python 0.1.64 & JS (0.0.71) (#4471) 2025-04-30 10:40:29 +02:00
David Duong 0a9cb3d816 Merge pull request #62 from langchain-ai/dqbd/30apr/release
release: 0.0.30
2025-04-30 10:36:26 +02:00
Tat Dat Duong ddd9fc53fb release: 0.0.30 2025-04-30 10:35:40 +02:00
Tat Dat Duong 5e8603c0fa release(sdk): Python 0.1.64 & JS (0.0.71) 2025-04-30 10:33:52 +02:00
David Duong c1216a0823 fix(sdk-js): avoid sending run metadata in UI messages (#4467) 2025-04-30 00:41:12 +02:00
Tat Dat Duong ffb22c40fc fix(sdk-js): avoid sending run metadata in UI messages 2025-04-30 00:34:22 +02:00
David Duong 73f3d3c962 Merge pull request #61 from langchain-ai/dqbd/ci-timeout-api
fix(ci): double timeout
2025-04-29 16:20:09 +02:00
Tat Dat Duong 85bcc940e0 fix(ci): double timeout 2025-04-29 16:19:55 +02:00
David Duong 598f475a40 Merge pull request #60 from langchain-ai/dqbd/langgraph-version
fix(api): log correct LANGGRAPH_VERSION
2025-04-29 16:19:11 +02:00
Tat Dat Duong 2e58352c1d fix(api): log correct LANGGRAPH_VERSION 2025-04-29 16:13:23 +02:00
Tat Dat Duong dd9c1399c3 feat(sdk-js): add onLangChainEvent and onDebugEvent to useStream 2025-04-29 15:34:03 +02:00
Tat Dat Duong 5db2308337 feat(sdk-js): pass the client instead of apiKey/apiUrl 2025-04-29 15:17:55 +02:00
David Duong 006b838b42 Merge pull request #59 from langchain-ai/dqbd/max-listeners-error-fix
fix(api): cleanup callbacks when attaching event listener to abort signal
2025-04-29 01:39:00 +02:00
Tat Dat Duong 48ab0aa220 Update lockfile 2025-04-29 01:33:29 +02:00
Tat Dat Duong 016dd99958 Cleanup tests 2025-04-29 01:32:13 +02:00
Tat Dat Duong f892e0f307 fix(api): cleanup callbacks when attaching event listener to abort signal
Fixes MaxListenersExceededWarning
2025-04-29 01:29:40 +02:00
dependabot[bot] f387ace50a build(deps): bump the npm_and_yarn group across 2 directories with 2 updates (#1135)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-28 23:54:18 +12:00
David Duong 94b2d525d9 feat(js): add message-specific fallback UI components (#4430) 2025-04-28 12:17:07 +02:00
David Duong 97f4d5429d fix(sdk-js): remove client-only bootstrapping warning (#4428) 2025-04-28 12:05:43 +02:00
Tat Dat Duong ba907afae4 feat(js): add message-specific fallback UI components 2025-04-28 12:03:58 +02:00
Tat Dat Duong 9e56c897ce fix(sdk-js): remove client-only bootstrapping warning 2025-04-28 11:52:26 +02:00
Raman Sah b7273f829b Fix handoff tool name for multiple whitespaces (#994) 2025-04-28 06:12:38 +00:00
Jay Kumar dc0dbc8625 fix(docs): improve code formatting in workflows tutorial (#972) 2025-04-28 17:54:20 +12:00
dependabot[bot] babe7309fe build(deps-dev): bump rollup from 4.35.0 to 4.36.0 in the npm_and_yarn group across 1 directory (#1002)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-28 17:51:09 +12:00
Jay Kumar 6d0a98585b fix(docs): Correct link to previous example in agent supervisor notebook (#1074) 2025-04-28 17:28:28 +12:00
Eugene Yurtsev 0b0d30192d docs: remove one more beta (#900) 2025-04-28 16:42:48 +12:00
Richard Fontein 4ab89a9880 docs(cua): Fix readme typo (#1105) 2025-04-28 16:26:57 +12:00
abogacki c67c35e5f2 fix(docs): typo in persistence concept docs (#1125) 2025-04-28 16:06:18 +12:00
jacoblee93 bc02313d95 Adds additional Google Analytics tag to docs 2025-04-24 10:13:12 -07:00
Vadym Barda 84987d4535 docs: update tab name (#1128) 2025-04-24 12:01:31 -04:00
Vadym Barda cff10210e5 docs: add agents (#1124) 2025-04-24 11:53:05 -04:00
Vadym Barda 20c78e1b65 release(langgraph): 0.2.67 (#1127) 2025-04-24 11:51:27 -04:00
Vadym Barda a6cd1d7525 langgraph: handle ConfigurableModel in createReactAgent (#1126) 2025-04-24 11:43:58 -04:00
David Duong 31426a9a8a Merge pull request #58 from langchain-ai/dqbd/0.0.29
fix: relax constraint for @langchain/langgraph-checkpointer
2025-04-24 14:24:58 +02:00
Tat Dat Duong 66e35d2656 fix: relax constraint for @langchain/langgraph-checkpointer 2025-04-24 14:24:24 +02:00
David Duong 4cbb5df44b Merge pull request #57 from langchain-ai/dqbd/0.0.28
release: 0.0.28
2025-04-24 12:53:11 +02:00
Tat Dat Duong 02d60e9474 Resolve dependabot 2025-04-24 12:52:58 +02:00