David Duong
|
81ba3e0916
|
Merge pull request #22 from langchain-ai/dqbd/api-import-project-precedence
fix(api): prefer @langchain/langgraph from project rather than CLI
|
2025-03-10 20:13:49 +01:00 |
|
Tat Dat Duong
|
608850da28
|
Remove debug logs
|
2025-03-10 18:55:26 +01:00 |
|
Tat Dat Duong
|
3ba1e912ef
|
Use file URL for Windows
|
2025-03-10 18:54:55 +01:00 |
|
Tat Dat Duong
|
d00001113c
|
Add debug logging
|
2025-03-10 18:41:29 +01:00 |
|
Tat Dat Duong
|
48a990bbea
|
Fix missing argv when loading the worker for schema
|
2025-03-10 17:41:00 +01:00 |
|
Tat Dat Duong
|
f99613bf3f
|
Use JS instead of TS
|
2025-03-10 17:31:44 +01:00 |
|
Tat Dat Duong
|
93a7b4a667
|
fix(api): prefer @langchain/langgraph from project rather than CLI
When `langgraphjs dev` is invoked via `npx`, peer deps are installed in the global npx cache.
|
2025-03-10 17:25:46 +01:00 |
|
David Duong
|
0cf74dce96
|
Merge pull request #21 from langchain-ai/dqbd/api-non-existent-file
fix(api): add a workaround for non-existent files imported via `/// reference`
|
2025-03-10 15:14:31 +01:00 |
|
Tat Dat Duong
|
001f2e7101
|
fix(api): add a workaround for non-existent files imported via /// reference
|
2025-03-10 15:10:51 +01:00 |
|
David Duong
|
44a88bec8d
|
Merge pull request #20 from langchain-ai/dqbd/types-depth
fix(parser): add Inspect depth limit to speed up schema inference
|
2025-03-10 15:08:20 +01:00 |
|
Tat Dat Duong
|
9654b5502b
|
Bump to 0.0.52
|
2025-03-10 15:02:06 +01:00 |
|
Tat Dat Duong
|
a0b8bf52ac
|
feat(sdk-js): use fetchClient from client in gen ui
|
2025-03-10 13:59:00 +01:00 |
|
David Duong
|
0686971af5
|
feat(sdk-js): api improvements for gen ui (#3760)
- merge `typedUi.create` and `typedUi.write` into `typedUi.push`
- Add mutate function in `onCustomEvent`
|
2025-03-10 13:31:07 +01:00 |
|
Tat Dat Duong
|
c9f55a876a
|
Bump to 0.0.51
|
2025-03-10 13:25:55 +01:00 |
|
Nuno Campos
|
6800311175
|
chore(spec): Add spec aided by claude code (#966)
|
2025-03-10 16:51:26 +13:00 |
|
Tat Dat Duong
|
bbb0cc85d3
|
feat(sdk-js): api improvements for gen ui
- merge `typedUi.create` and `typedUi.write` into `typedUi.push`
- Add mutate function in `onCustomEvent`
|
2025-03-09 10:26:50 +01:00 |
|
Tat Dat Duong
|
139f957b75
|
fix(parser): add Inspect depth limit to speed up schema inference
|
2025-03-08 02:14:16 +01:00 |
|
Brace Sproul
|
e00b70924e
|
feat(sdk-js): bump version (#3743)
|
2025-03-07 12:44:26 -08:00 |
|
bracesproul
|
09830dc246
|
bump version
|
2025-03-07 12:36:22 -08:00 |
|
bracesproul
|
3bf032edc4
|
fix(sdk-js): AIMessage tool call args type
|
2025-03-07 12:31:18 -08:00 |
|
dependabot[bot]
|
79d1c6e3a9
|
chore(deps): bump axios from 1.7.7 to 1.8.2 in /libs/sdk-js
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.8.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.7...v1.8.2)
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-03-07 19:23:09 +00:00 |
|
Tat Dat Duong
|
3cdef97b0c
|
Update to use batchUpdateState
|
2025-03-07 18:41:39 +01:00 |
|
Tat Dat Duong
|
fc1e49f459
|
feat(api): add create thread from batch of update state
|
2025-03-07 16:24:57 +01:00 |
|
Nuno Campos
|
6c236869f3
|
Lint
|
2025-03-06 16:45:49 -08:00 |
|
Nuno Campos
|
06321ca2cb
|
Bump
|
2025-03-06 16:32:18 -08:00 |
|
Nuno Campos
|
c647803ff5
|
Update progress
|
2025-03-06 16:29:56 -08:00 |
|
Nuno Campos
|
be79f3d43d
|
Lint
|
2025-03-06 16:28:12 -08:00 |
|
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 |
|