Commit Graph

2778 Commits

Author SHA1 Message Date
Nuno Campos 512125def1 Add tests for pregel/config, pregel/subgraph, pregel/debug, pregel/io 2025-03-06 16:06:44 -08:00
Nuno Campos 238aef4a71 Convert spec to md 2025-03-06 16:05:23 -08:00
William FH 2e492768f5 Add TTL args for SDKs (#3728) 2025-03-06 23:30:48 +00:00
Nuno Campos b81c73ced0 Add spec aided by claude code 2025-03-06 15:18:54 -08:00
Nuno Campos 0818f4e99a feat: bump sdk versions js and py (#3725) 2025-03-06 11:16:12 -08:00
Arjun Natarajan 89885d7a57 bump sdk versions js and py 2025-03-06 14:06:03 -05:00
Nuno Campos 241015d3a5 feat: update assistant version class (#3702) 2025-03-06 10:21:51 -08:00
David Duong 5722214f28 Merge pull request #19 from langchain-ai/dqbd/ui-remove-http
fix(api): remove http protocol
2025-03-06 19:02:35 +01:00
Tat Dat Duong b3fbb60765 fix(api): remove http protocol 2025-03-06 19:01:52 +01:00
David Duong 7b2d958b51 feat(sdk-js): loading external components (#3689)
- **chore: use prepack hook instead of prepublish**
- **feat(sdk-js): add react-ui implementation**
- **Add apiUrl, assistantId to props**
- **Bump to 0.0.46-experimental.0**
2025-03-06 17:11:50 +01:00
Tat Dat Duong 4d5b4c3860 Bump to 0.0.47 2025-03-06 17:05:02 +01:00
Tat Dat Duong 651affa6ca Add fallback for components defined at client level 2025-03-06 17:05:02 +01:00
Tat Dat Duong 52f90f936d Bump to 0.0.47-experimental.0 2025-03-06 17:05:01 +01:00
Tat Dat Duong c4bd11fe7b Cache promises 2025-03-06 17:05:01 +01:00
Tat Dat Duong 58aff288e7 Undo version experimental bump 2025-03-06 17:05:01 +01:00
Tat Dat Duong b85bf999be Remove @langchain/langgraph-sdk/react-ui/types entrypoint 2025-03-06 17:05:01 +01:00
Tat Dat Duong 0b666a2d67 Remove a nesting level 2025-03-06 17:05:01 +01:00
Tat Dat Duong a9e1013a78 Stabilise boostrapping UI context 2025-03-06 17:05:01 +01:00
Tat Dat Duong 684370628d Fix require symbol 2025-03-06 17:05:00 +01:00
Tat Dat Duong db75ecabf1 Update entrypoint 2025-03-06 17:05:00 +01:00
Tat Dat Duong 711e835663 Reexport as @langchain/langgraph-sdk/react-ui 2025-03-06 17:05:00 +01:00
Tat Dat Duong fb7e9776f9 Introduce useStreamContext 2025-03-06 17:05:00 +01:00
Tat Dat Duong 3799ae02b1 Fix types for collect 2025-03-06 17:05:00 +01:00
Tat Dat Duong be4d46ba6a Bump to 0.0.46-experimental.0 2025-03-06 17:05:00 +01:00
Tat Dat Duong 2120f5a5a0 Add apiUrl, assistantId to props 2025-03-06 17:04:59 +01:00
Tat Dat Duong 0765e24008 feat(sdk-js): add react-ui implementation 2025-03-06 17:04:59 +01:00
Tat Dat Duong 7ab4433420 chore: use prepack hook instead of prepublish 2025-03-06 17:04:59 +01:00
David Duong 51add299e2 Merge pull request #18 from langchain-ai/dqbd/api-ui
feat: add support for ui bundler
2025-03-06 15:58:52 +01:00
Tat Dat Duong c1fc09c3db Reenable the matrix 2025-03-06 15:55:59 +01:00
Tat Dat Duong 68cd6ef415 Avoid importing UI on Node 18.x 2025-03-06 15:53:45 +01:00
Tat Dat Duong fc81f4b067 Fix bundler? 2025-03-06 15:20:37 +01:00
Tat Dat Duong 10cb8041e9 Check if breaks the test 2025-03-06 15:07:01 +01:00
Tat Dat Duong 539df34e35 Bump to 0.0.14 2025-03-06 14:54:29 +01:00
Tat Dat Duong 6536745cec Enforce a single esbuild version 2025-03-06 14:49:56 +01:00
Tat Dat Duong 64008f63c4 Add UI bundler as entrypoint 2025-03-06 14:34:40 +01:00
Ben Burns 3ca110c8b5 fix(docs): remove another debugging line - more minor tweaks (#963) 2025-03-06 10:26:02 +00:00
Ben Burns e00ddc9ea2 release(langgraph): 0.2.54 (#962) 2025-03-06 22:21:17 +13:00
Ben Burns c6186fe85c release(langgraph): 0.2.54 0.2.54 2025-03-06 22:18:23 +13:00
Ben Burns 389a69c352 chore(langgraph): bump checkpoint dep for AsyncBatchedStore fix (#961) 2025-03-06 09:14:59 +00:00
Ben Burns 88708bfa02 release(langgraph-checkpoint): 0.0.16 (#960) 2025-03-06 22:09:06 +13:00
Ben Burns 5d016d54f4 release(langgraph-checkpoint): 0.0.16 checkpoint==0.0.16 2025-03-06 22:05:33 +13:00
Ben Burns 3b25a7bc95 fix(docs): format & remove debugging line from semantic search doc (#959) 2025-03-06 09:01:55 +00:00
Ben Burns 4170c2c6f3 Fix semantic search for long-term memory, substantially improve howto doc for this feature (#958) 2025-03-06 21:44:03 +13:00
Ben Burns 6192a37495 fix(docs): fix semantic search howto doc 2025-03-06 21:38:09 +13:00
Ben Burns 821ae3cf2d fix(checkpoint): Make AsyncBatchedStore pass query arg on search 2025-03-06 21:38:09 +13:00
Ben Burns 4d4a102123 fix(docs): fix doc build error (#957) 2025-03-06 16:03:12 +13:00
Ben Burns 3bb244d335 chore(docs): update docs for getCurrentTaskInput (#956) 2025-03-06 02:46:31 +00:00
Arjun Natarajan 9219239eab expose assistantbase 2025-03-05 16:47:18 -05:00
Arjun Natarajan 2e1c25547c update assistant version class 2025-03-05 15:39:34 -05:00
Tat Dat Duong 750196b77e Bump to 0.0.14-experimental.1 2025-03-05 21:20:55 +01:00