William FH and GitHub
a5f5d0c4df
Expose --tunnel flag to dev command ( #4370 )
...
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
cli==0.2.6
2025-04-22 14:23:09 +00:00
lc-arjun and GitHub
7486adabdf
fix: threads search sorting defaults ( #4365 )
...
Removes default from https://github.com/langchain-ai/langgraph/pull/4362
sdk==0.1.63
2025-04-21 20:49:16 -04:00
William FH and GitHub
12ad47e4e8
Use model_validate if needed ( #4363 )
...
If the state schema uses validators, skip the model construct
optimization.
For context, pydantic state can be significantly slower to run than
typed dict and dataclass states due to the full recursive validation.
We have some optimizations to reduce the impact of this (using cached
validators with model_construct), but this doesn't handle things like
field_validator.
We prefer correctness over performance, obviously.
Resolves: https://github.com/langchain-ai/langgraph/issues/4074
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-21 21:53:58 +00:00
lc-arjun and GitHub
90f7f776cf
feat: threads sorting sdk spec ( #4362 )
sdk==0.1.62
2025-04-21 14:42:43 -07:00
William FH and GitHub
c7306f7aed
Add log json env var ( #4348 )
2025-04-18 20:44:50 +00:00
William FH and GitHub
20bd71e289
Bump lockfile ( #4346 )
checkpointpostgres==2.0.21
2025-04-18 08:43:58 -07:00
William Fu-Hinthorn
283485753f
Format notebook
2025-04-18 08:35:31 -07:00
ba7f9975fa
Fix text fields naming ( #4345 )
...
The configuration expects the key "fields", not "text_fields": I had
failed to update across all implementations in the original PR
Thank you to Vincent Min for the fix!
---------
Co-authored-by: Vincent Min <93780551+VMinB12@users.noreply.github.com >
2025-04-18 08:21:46 -07:00
David Duong and GitHub
8c4904bee9
fix(sdk-js): make sure to wrap client component in UseStreamContext ( #4338 )
2025-04-18 01:08:38 +02:00
Tat Dat Duong
6bb06b8702
fix(sdk-js): make sure to wrap client component in UseStreamContext
2025-04-18 01:07:13 +02:00
Vadym Barda and GitHub
7a16e33833
docs: fix notebook runner ( #4337 )
2025-04-17 22:43:41 +00:00
Vadym Barda and GitHub
3da5c73a04
checkpoint-postgres: release 2.0.20 ( #4335 )
checkpointpostgres==2.0.20
2025-04-17 17:08:18 -04:00
David Duong and GitHub
e818f83a92
feat(cli): add internal docker tag support ( #4333 )
cli==0.2.5
2025-04-17 22:32:31 +02:00
Tat Dat Duong
e478a8deb9
Update schema
2025-04-17 22:25:47 +02:00
Tat Dat Duong
4bbdfbf381
Cleanup
2025-04-17 22:23:44 +02:00
Tat Dat Duong
db1fbe74cc
Revert args
2025-04-17 22:22:43 +02:00
Tat Dat Duong
01ce86ad9b
Bump to 0.2.5
2025-04-17 22:21:42 +02:00
Tat Dat Duong
d5f73fe37b
Add tests
2025-04-17 22:21:23 +02:00
Tat Dat Duong
5a200cd89e
feat(cli): add internal docker tag support
2025-04-17 22:15:10 +02:00
Nuno Campos
6082bcf8d3
0.3.31
0.3.31
2025-04-17 10:01:29 -07:00
18a9ae45f3
Add delete_thread method to Checkpointer class ( #4328 )
...
- Deletes all data associated with a thread_id
- Implemented in InMemory, Sqlite and Postgres checkpointers
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
2025-04-17 16:38:58 +00:00
Vadym Barda and GitHub
83bf004ad7
docs: remove old prebuilt file ( #4330 )
2025-04-17 12:10:32 -04:00
Vadym Barda and GitHub
72114c6c33
docs: add missing prebuilt file ( #4329 )
2025-04-17 12:01:32 -04:00
88b57df15b
docs: add agents section ( #4189 )
...
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
2025-04-17 11:53:05 -04:00
Daehwi Kim and GitHub
abfb88e5d7
fix(docs): fix typo ( #4320 )
...
Correct a typo in documentation: 'thedocker' changed to 'the docker'
2025-04-17 11:19:58 -04:00
Vadym Barda and GitHub
49f063e076
langgraph: update min bound for prebuilt ( #4319 )
2025-04-17 13:19:31 +00:00
William FH and GitHub
30f9bcd8de
Make docstring even less ambiguous ( #4308 )
2025-04-16 23:39:04 +00:00
David Duong and GitHub
6ee112851c
fix(cli): only render progress when in TTY ( #4299 )
...
Prevents logging terminal clear commands in non-TTY environments
(LangSmith / CI)
cli==0.2.4
2025-04-16 23:41:35 +02:00
Tat Dat Duong
960f612dd7
Bump to 0.2.4
2025-04-16 23:34:54 +02:00
Tat Dat Duong
43af618bb5
Remove negation
2025-04-16 23:28:07 +02:00
Tat Dat Duong
9b87b45322
retrigger checks
2025-04-16 22:33:58 +02:00
David Duong and GitHub
39adc05357
fix(docs): fix typo ( #4301 )
2025-04-16 22:29:00 +02:00
Tat Dat Duong
c5ac80d2f0
fix(docs): fix typo
2025-04-16 22:28:27 +02:00
Tat Dat Duong
2fc941c1df
fix(cli): only render progress when in TTY
...
Prevents logging terminal clear commands in non-TTY environments (LangSmith / CI)
2025-04-16 21:25:21 +02:00
Vadym Barda and GitHub
7bafc5dd36
docs: add more prominent workflows link ( #4297 )
2025-04-16 18:29:54 +00:00
David Duong and GitHub
c78588b995
feat(sdk-js): export more useStream types, allow loopback clients using globals ( #4295 )
2025-04-16 17:14:25 +02:00
Tat Dat Duong
ecb15acb80
feat(sdk-js): export more useStream types, allow loopback clients using globals
2025-04-16 17:10:44 +02:00
Nuno Campos and GitHub
07ba931105
Stringify thread_id when of a different type ( #4281 )
2025-04-15 17:07:26 -07:00
Nuno Campos
88ccde6274
Same in get/update state/history
2025-04-15 17:01:01 -07:00
Nuno Campos
5cca153b72
Fix
2025-04-15 16:52:52 -07:00
HeardACat and GitHub
63ebb3a846
docs: rename parallel_workflow --> prompt_chaining_workflow ( #4283 )
...
Make the docs clearer within the prompt chaining section
2025-04-15 17:38:39 -04:00
Nuno Campos
48c08421fa
Stringify thread_id when of a different type
2025-04-15 12:51:33 -07:00
William FH and GitHub
cd967c40ac
Add function templates ( #4270 )
2025-04-15 11:51:20 -07:00
Andrew Nguonly and GitHub
854b76addd
docs: Update LangGraph Platform autoscaling docs ( #4268 )
2025-04-14 15:55:07 -07:00
Vadym Barda and GitHub
73b3535c4d
langgraph: release 0.3.30 ( #4267 )
0.3.30
2025-04-14 17:05:10 -04:00
Nuno Campos and GitHub
3e0629c56c
langgraph: support streaming messages from Command.update ( #4250 )
2025-04-14 12:25:20 -07:00
vbarda
04dd69b1cd
simplify
2025-04-14 14:53:08 -04:00
Nuno Campos and GitHub
ff22eb6495
langgraph: handle pydantic updates consistently in Command ( #4255 )
...
Fixes https://github.com/langchain-ai/langgraph/issues/3950
2025-04-14 11:47:22 -07:00
vbarda
07ca03ff15
lower depth
2025-04-14 14:12:40 -04:00
William FH and GitHub
6eea15ec3b
Add store in platform ( #4266 )
2025-04-14 17:52:14 +00:00