Commit Graph

2778 Commits

Author SHA1 Message Date
Vadym Barda 6c80e18371 docs: update concepts/howto for Command (#800)
Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
2025-01-28 20:16:10 -08:00
dependabot[bot] fbe24a217b build(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#806)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-28 20:14:09 -08:00
Jacob Lee 0baefdc93e feat: Allow checkpointer as an alias to createReactAgent (#805) 2025-01-28 20:07:41 -08:00
Jacob Lee 0536e835aa docs: Pull LangGraph Cloud docs on build, update cloud and local server guides (#813) 2025-01-28 20:06:24 -08:00
Ben Burns 894994a28d feat(langgraph): functional API (#793)
Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
2025-01-29 13:56:02 +13:00
Tat Dat Duong 7e86c61963 Bump to 0.0.6 2025-01-28 23:43:33 +01:00
Jacob Lee d97a008909 docs: Update docs for functional API (#809) 2025-01-27 20:48:22 -08:00
David Duong 27d61b674c Merge pull request #1 from langchain-ai/dqbd/host-dev-link
feat(dev): infer host URL from env var
2025-01-28 02:55:44 +01:00
Tat Dat Duong e515dcb7b9 feat(dev): infer host URL from env var 2025-01-28 02:52:38 +01:00
Vadym Barda 0f7d259e2a docs: fix a broken link (#808) 2025-01-27 18:10:51 +00:00
Jacob Lee 500c3e17a5 docs: Update LangGraph.js READMEs (#804) 2025-01-26 23:13:44 -08:00
Tat Dat Duong 2185958b74 Bump to 0.0.5 2025-01-25 04:11:41 +01:00
Tat Dat Duong 0416cf5a77 fix: make sure we set the name of the assistant 2025-01-25 04:11:13 +01:00
ccurme 3742ab01f6 docs: update readme and landing page (#802) 2025-01-24 13:07:50 -05:00
Chester Curme 91afd1f967 update readme 2025-01-24 11:21:06 -05:00
Tat Dat Duong 37ec7ec9d4 Bump to 0.0.4 2025-01-24 15:51:03 +01:00
Tat Dat Duong 9407dabf71 Auto-infer to text/plain 2025-01-24 15:50:49 +01:00
Tat Dat Duong dfe907ca3a Fix stream of stateless runs 2025-01-24 15:20:24 +01:00
Tat Dat Duong 3fca046df9 Match the API test found in https://github.com/langchain-ai/langgraph-api/pull/536 2025-01-24 03:55:03 +01:00
Tat Dat Duong f21c84b51b Bump to 0.0.3 2025-01-23 17:19:01 +01:00
Tat Dat Duong 0d8379b3ab fix: allow searching threads via status: error 2025-01-23 15:21:18 +01:00
Ben Burns 03d7003a2b fix(langgraph): make sure the pregel loop aborts on cancellation (#797) 2025-01-23 18:11:24 +13:00
Ben Burns db247516ce fix(langgraph): abort graph execution when config.signal is aborted (#795) 2025-01-22 21:37:39 +00:00
Isaac Francisco 31131e66dd add how-to guide on structured output prebuilt react agent (#794) 2025-01-22 10:52:36 -08:00
isaac hershenson 86a566b046 draft 2025-01-22 09:15:04 -08:00
Tat Dat Duong e36964db38 Default to JS 2025-01-22 16:04:25 +01:00
Tat Dat Duong b7cccf8615 Bump to 0.0.2 2025-01-22 15:52:31 +01:00
Tat Dat Duong f4002a8e15 Fix schema 2025-01-22 15:42:51 +01:00
Tat Dat Duong 666a9cd822 fix(dev): set PORT env var 2025-01-22 02:34:36 +01:00
Ben Burns b290953bfe patch(langgraph): Refactor pregel loop to use new PregelRunner class, ported from python LangGraph. (#791) 2025-01-22 07:24:03 +13:00
Tat Dat Duong 8d27c9e9f7 Fix tsconfig errors 2025-01-21 15:25:42 +01:00
Tat Dat Duong eb87ab886a Add more steps for the JS 2025-01-21 14:27:50 +01:00
Tat Dat Duong 01f16c9691 Add version 2025-01-21 13:39:35 +01:00
Tat Dat Duong 0a91c06edc Update package.json 2025-01-21 02:55:01 +01:00
Tat Dat Duong 2b729b47c2 Add CLI 2025-01-21 02:53:12 +01:00
Tat Dat Duong 4f71fb6ffc Fix lock 2025-01-21 00:36:30 +01:00
Tat Dat Duong b06fb703c4 Add bun install 2025-01-21 00:04:09 +01:00
Tat Dat Duong 887ef58ba9 Bump to 0.0.0-preview.11 2025-01-20 17:25:18 +01:00
Tat Dat Duong 44b0baae03 fix: messages-tuple is a valid stream mode 2025-01-20 17:13:26 +01:00
Tat Dat Duong 886284e781 Remove only 2025-01-20 16:52:47 +01:00
Tat Dat Duong 14738c09df fix: throw an 4xx error if referencing a non-existent graph / assistant 2025-01-20 16:52:31 +01:00
Tat Dat Duong 2b90f61dad Bump to 0.0.0-preview.10 2025-01-20 00:04:01 +01:00
Tat Dat Duong dc6881daff Move the @babel/code-frame as dep 2025-01-20 00:03:52 +01:00
Tat Dat Duong 5725a584ff add license to the IPC 2025-01-18 01:49:04 +01:00
Jacob Lee e13199d342 Release 0.2.41 (#789) 2025-01-18 00:30:34 +00:00
Isaac Francisco c77ffb9c21 fix(langgraph): add structured response format to prebuilt react agent (#788)
Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
2025-01-17 16:20:57 -08:00
Tat Dat Duong 8033feee5c Bump to 0.0.0-preview.9 2025-01-18 00:48:24 +01:00
Tat Dat Duong 2c16e62295 Add code-frame to the error stack trace 2025-01-18 00:34:19 +01:00
Tat Dat Duong 27a6c38f77 Add better error logging everywhere 2025-01-17 23:32:32 +01:00
Tat Dat Duong ceb344f94a Cleanup 2025-01-17 23:22:26 +01:00