Tat Dat Duong
e7a5d93861
feat(api): add NODE_ENV: development
2025-02-19 18:15:03 +01:00
David Duong
e9f972ebc5
Merge pull request #9 from langchain-ai/dqbd/custom-mode
...
fix(api): add custom events stream mode back
2025-02-09 07:50:42 -08:00
Tat Dat Duong
1b8e74bba8
fix(api): add custom events stream mode back
2025-02-09 07:13:30 -08:00
David Duong
b200729d9c
Merge pull request #8 from langchain-ai/dqbd/create-remove-yarn-
...
feat(create): git init, attempt to detect package manager, bump to 0.0.3
2025-02-05 03:31:24 +01:00
Tat Dat Duong
f43bb823e6
feat(create): git init, attempt to detect package manager, bump to 0.0.3
2025-02-05 03:30:40 +01:00
Tat Dat Duong
99f00dea42
Add test root script, update README.md
2025-02-05 02:30:14 +01:00
Tat Dat Duong
8bfbeafb9c
Add missing repository entries
2025-02-05 02:13:47 +01:00
Tat Dat Duong
b676c82e6a
Add format check
2025-02-05 02:09:05 +01:00
Tat Dat Duong
4a814583f9
Specify PNPM version in GHA
2025-02-05 02:04:41 +01:00
Tat Dat Duong
2e6dc94f02
Use pnpm 10.2.0
2025-02-05 02:03:21 +01:00
Tat Dat Duong
cfeff355e0
Add turbo, fix formatting
2025-02-05 01:57:45 +01:00
Tat Dat Duong
f580253ff6
Add README.md
2025-02-05 01:23:39 +01:00
Tat Dat Duong
f08870e0f8
Swap the API to MIT
2025-02-05 01:22:24 +01:00
Tat Dat Duong
3d1d7dc6b5
Bump to 0.0.10
2025-02-05 01:21:44 +01:00
David Duong
26352e51d1
Merge pull request #7 from langchain-ai/dqbd/windows-bun
...
feat: replace scripts with bun
2025-02-05 01:14:00 +01:00
Tat Dat Duong
23ec4a8b79
Replace all hacky PS1 scripts
2025-02-05 01:05:03 +01:00
Tat Dat Duong
7d7abc9552
fix: Replace concurrently with bun shell
...
Turns out that concurrently behaves weird on Windows, with the server never starting when running under concurrently. Swapping to Bun Shell for cross-platform shell fixes the issue
2025-02-05 01:00:31 +01:00
Nuno Campos
1a5159d364
Merge pull request #6 from langchain-ai/dqbd/decouple-api-cli
...
feat: decouple API from CLI
2025-02-04 15:02:53 -08:00
Tat Dat Duong
267fb2f2fb
Increate test timeout for parser
2025-02-04 23:38:33 +01:00
Tat Dat Duong
279c410283
Merge branch 'dqbd/decouple-api-cli' of https://github.com/langchain-ai/langgraphjs-api into dqbd/decouple-api-cli
2025-02-04 23:38:12 +01:00
Tat Dat Duong
9e12b8746b
Fix windows paths
2025-02-04 23:38:09 +01:00
Tat Dat Duong
36e88f31f3
Increase timeout
2025-02-04 20:20:01 +01:00
Tat Dat Duong
6cab4be65d
Separate parser tests from api tests
2025-02-04 20:16:48 +01:00
Tat Dat Duong
628ece7470
Remove console.log from error
2025-02-04 17:53:02 +01:00
Tat Dat Duong
c171c59b90
Windows again
2025-02-04 16:48:45 +01:00
Tat Dat Duong
90169ba06c
Bump vite to 5.4.14 internally
2025-02-04 16:45:22 +01:00
Tat Dat Duong
9cb6d2962d
Bump to Vitest 3
2025-02-04 16:42:16 +01:00
Tat Dat Duong
d8bd6c7510
Windows test
2025-02-04 16:25:51 +01:00
Tat Dat Duong
9f14d49d6f
Remove tsx as a dependency for CLI
2025-02-04 16:21:48 +01:00
Tat Dat Duong
0626e01a1c
Fix types
2025-02-04 15:57:28 +01:00
Tat Dat Duong
4786e57a84
Bump the nWorkers back to default 10
2025-02-04 15:53:33 +01:00
Tat Dat Duong
b8a3046fa2
Update GH actions
2025-02-04 15:38:56 +01:00
Tat Dat Duong
e88b790e46
Move logging
2025-02-04 15:34:55 +01:00
Tat Dat Duong
2ad9138ebc
Update license to MIT
2025-02-04 15:32:47 +01:00
Tat Dat Duong
dbcf731cf1
Prune dependencies
2025-02-04 15:29:40 +01:00
Tat Dat Duong
9025a38187
Remove test scripts
2025-02-04 15:24:39 +01:00
Tat Dat Duong
0dd8d946b7
feat: decouple langgraph-cli from langgraph-api
2025-02-04 15:20:23 +01:00
Tat Dat Duong
4fb7b93be0
Bump to 0.0.9
2025-02-01 02:00:47 +01:00
David Duong
ea1892bcca
Merge pull request #5 from langchain-ai/dqbd/persist-lc-object
...
fix(cli): load persisted LC serialized objects
2025-02-01 01:50:24 +01:00
Tat Dat Duong
e728f6fa09
fix(cli): load persisted LC serialized objects
2025-02-01 01:37:24 +01:00
David Duong
04b990be0e
Merge pull request #4 from langchain-ai/dqbd/create-langgraph-analytics
...
feat(create): add analytics, bump to 0.0.2
2025-01-29 21:36:42 +01:00
Tat Dat Duong
5f68de44a5
Fix build
2025-01-29 21:35:36 +01:00
Tat Dat Duong
76f50378b0
feat(create): add analytics, bump to 0.0.2
2025-01-29 21:30:31 +01:00
David Duong
86cdf75232
Merge pull request #3 from langchain-ai/dqbd/func-api
...
fix: add support for functional API
2025-01-29 17:19:42 +01:00
Tat Dat Duong
ec4413e2ee
fix: add support for functional API
2025-01-29 17:15:52 +01:00
David Duong
deea5d7aeb
Merge pull request #2 from langchain-ai/dqbd/multiplatform
...
feat(up): add support for multiplatform
2025-01-29 16:15:50 +01:00
Tat Dat Duong
22de4ac818
Make sure we're not crashing the server if failing to render code frame
2025-01-29 16:12:45 +01:00
Tat Dat Duong
7e84334c70
Remove fail-fast
2025-01-29 16:06:54 +01:00
Tat Dat Duong
cb78631ab6
Bump to 0.0.7
2025-01-29 15:59:52 +01:00
Tat Dat Duong
57b8817831
feat(up): add support for multiplatform
2025-01-29 15:58:55 +01:00