Commit Graph

2778 Commits

Author SHA1 Message Date
Tat Dat Duong 3ce2561479 feat(api): resumable streams 2025-05-16 11:55:43 -07:00
David Duong 278a921701 feat(sdk-js): expose ID for SSE events, update joinStream (#4547) 2025-05-16 20:53:39 +02:00
Tat Dat Duong 32c4691e23 Remove onResponse 2025-05-16 11:52:07 -07:00
Tat Dat Duong f932a4844a Bump to 0.0.75 2025-05-16 11:50:35 -07:00
Tat Dat Duong 3f7876027d Fix tests 2025-05-16 11:50:09 -07:00
Tat Dat Duong 738383cf4b Add onRunCreated callback 2025-05-16 11:43:40 -07:00
Tat Dat Duong d8ebce9687 Add callback for response object to get headers 2025-05-16 11:43:39 -07:00
Tat Dat Duong 1cdc2ecab0 feat(sdk-js): expose ID for SSE events, update joinStream 2025-05-16 11:43:39 -07:00
Tat Dat Duong f3acc9f497 package.json 2025-05-16 10:53:06 -07:00
Tat Dat Duong ad4cbf5e47 feat(sdk-js): switch from jest to vitest, add useStream FE tests 2025-05-16 10:48:11 -07:00
David Duong 456c8c4e50 Merge pull request #75 from langchain-ai/dqbd/0.0.35
release: 0.0.35
2025-05-16 13:51:39 +02:00
Tat Dat Duong 2bd0712ccd release: 0.0.35 2025-05-16 04:51:17 -07:00
David Duong f56a00e315 Merge pull request #74 from langchain-ai/dqbd/schema-inference-parallel
fix(api): reuse ts.Program as much as possible
2025-05-16 13:50:17 +02:00
Tat Dat Duong ef5169744e fix(api): reuse ts.Program as much as possible 2025-05-15 21:27:21 -07:00
dependabot[bot] 932087606c build(deps): bump undici in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [undici](https://github.com/nodejs/undici).


Updates `undici` from 5.28.5 to 5.29.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.5...v5.29.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 5.29.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-15 16:42:37 +00:00
David Duong 027d75835e Merge pull request #73 from langchain-ai/dqbd/api-prevent-update-while-run-is-executing
fix(api): block updates to state while run is in-flight
2025-05-14 01:35:56 +02:00
Tat Dat Duong 5eeddbba76 Bump to 0.0.34 2025-05-13 15:59:17 -07:00
Ben Burns c89bab398f release(langgraph-checkpoint-sqlite): 0.1.5 (#1185) 2025-05-13 15:47:38 -07:00
Tat Dat Duong 2c13e458f6 fix(api): block updates to state while run is in-flight
Implements https://github.com/langchain-ai/langgraph-api/pull/830
2025-05-13 15:45:21 -07:00
Ben Burns 824f41738b release(langgraph-checkpoint-sqlite): 0.1.5 checkpoint-sqlite==0.1.5 2025-05-13 15:44:37 -07:00
Ben Burns a7ba96e82b release(langgraph-supervisor): 0.0.12 (#1181) 2025-05-12 20:25:48 -07:00
Ben Burns b968abecb8 release(langgraph-supervisor): 0.0.12 supervisor==0.0.12 2025-05-12 20:20:36 -07:00
Ben Burns 8a6149dc73 chore(supervisor): bump minimum langgraph version (#1180) 2025-05-12 20:18:59 -07:00
Ben Burns 1d357cfac2 chore(supervisor): bump minimum langgraph version 2025-05-12 20:16:21 -07:00
Ben Burns 40d074ed52 Release 0.2.72 (#1179) 2025-05-12 20:10:29 -07:00
Ben Burns 0e24013163 Release 0.2.72 0.2.72 2025-05-12 20:07:51 -07:00
Ben Burns 2ee01c0fbd chore(docs): link new use_threads cloud doc (#1177) 2025-05-12 20:06:17 -07:00
Ben Burns 5bced3aca0 feat(langgraph): add option to inline agent name in createReactAgent (#1174) 2025-05-12 20:03:49 -07:00
Ben Burns 9eb086e0ce fix(supervisor): use withAgentName from core (#1176) 2025-05-12 20:01:34 -07:00
Ben Burns 798223922c chore(docs): link new use_threads cloud doc 2025-05-12 19:31:29 -07:00
Ben Burns 03ff772e3d fix(supervisor): use withAgentName from core 2025-05-12 17:54:48 -07:00
Ben Burns 6a529fb611 feat(langgraph): add option to inline agent name in createReactAgent 2025-05-12 17:54:34 -07:00
Jacob Lee 8fed3e9168 chore(langgraph): Adds test case for Command.PARENT update behavior (#941)
Co-authored-by: Ben Burns <803016+benjamincburns@users.noreply.github.com>
2025-05-12 19:08:05 +00:00
David Duong 88ae783b70 Merge pull request #71 from langchain-ai/dqbd/0.0.33
release: 0.0.33
2025-05-11 19:21:35 +02:00
Tat Dat Duong c55f161082 Bump Vite to 5.4.19 2025-05-11 10:21:25 -07:00
Tat Dat Duong 29fe9d0c1a release: 0.0.33 2025-05-11 10:20:14 -07:00
David Duong f7bee2fefd Merge pull request #70 from langchain-ai/dqbd/custom-auth-cors
fix(api): CORS not respected for custom auth / HTTP
2025-05-11 01:18:35 +02:00
Tat Dat Duong f13e1f1e0a fix(api): CORS not respected for custom auth / HTTP 2025-05-10 16:13:03 -07:00
Ben Burns b7b28d8a5c release(langgraph): 0.2.71 (#1172) 2025-05-09 17:27:38 -07:00
Ben Burns facbd35338 release(langgraph): 0.2.71 0.2.71 2025-05-09 17:23:47 -07:00
William FH 70013a2fa0 Fix Command(resume) for Zod Schemas (#1171)
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>
2025-05-09 17:17:35 -07:00
Ben Burns 2fe3afcb80 docs: Adds additional Google Analytics tag to docs (#1129) 2025-05-09 15:19:21 -07:00
Ben Burns ab00579ca4 release(langgraph): 0.2.70 (#1170) 2025-05-09 14:12:06 -07:00
Ben Burns 01940b7635 release(langgraph): 0.2.70 0.2.70 2025-05-09 14:09:20 -07:00
Nuno Campos 8b6f185179 Implement updateState for entrypoint/task (#1169) 2025-05-09 13:59:51 -07:00
Ben Burns 2196fe629f fix(langgraph): rollback functional API start node change (#1168) 2025-05-09 12:10:08 -07:00
omahs 24dc11188d fix(docs) typos 2025-05-09 16:39:00 +02:00
Ben Burns 986d7b33b2 release(langgraph): 0.2.69 (#1165) 2025-05-09 00:47:43 -07:00
Ben Burns 3a0f09936f release(langgraph): 0.2.69 0.2.69 2025-05-09 00:44:50 -07:00
Ben Burns a23a4f1c18 fix(langgraph): fix updateState for functional API (#1163) 2025-05-09 07:31:00 +00:00