Vadym Barda and GitHub
a200027cda
checkpoint: release 2.0.9 ( #2744 )
2024-12-12 15:06:54 -05:00
Nuno Campos
26c1f1ee7a
sdk-py 0.1.44
2024-12-12 11:48:20 -08:00
Nuno Campos and GitHub
cbb7348998
Merge pull request #2736 from langchain-ai/nc/12dec/sdk-command-keys
...
sdk-py: Strip out unused keys in command parameter
2024-12-12 08:18:19 -08:00
Nuno Campos
e5ea4f51c7
sdk-py: Strip out unused keys in command parameter
2024-12-12 08:10:43 -08:00
vbarda
a031f8294e
all lines
2024-12-12 11:06:45 -05:00
vbarda
7d940a4a96
lint
2024-12-12 10:58:50 -05:00
vbarda
6ae0c83c83
checkpoint: set strict_map_key=False in serde
2024-12-12 10:58:07 -05:00
Nuno Campos
1d2b50e438
Fix
2024-12-11 17:34:21 -08:00
Nuno Campos
5146c9fcdf
Disable for old py
2024-12-11 17:04:58 -08:00
Nuno Campos
e8a2f7ef92
lib: Add more tests
...
- add more unit tests (courtesy of claude)
- move tests with large assertions to separate file
2024-12-11 16:20:53 -08:00
Vadym Barda and GitHub
44cdbc781f
langgraph: release 0.2.59 ( #2725 )
2024-12-11 16:45:13 -05:00
Vadym Barda and GitHub
f642fb6545
langgraph[fix]: pass config to tools ( #2724 )
...
Fixes #2723
2024-12-11 21:43:29 +00:00
Eugene Yurtsev and GitHub
d16004c0b6
Merge branch 'main' into eugene/document_interrupt
2024-12-11 13:14:01 -05:00
Eugene Yurtsev
fdf19a5be9
x
2024-12-11 13:12:29 -05:00
Nuno Campos
2b70dba0e0
0.2.58
2024-12-10 14:09:11 -08:00
Nuno Campos and GitHub
dc0398efd1
Merge pull request #2661 from langchain-ai/nc/5dec/perf
...
lib: Performance improvements
2024-12-10 14:04:02 -08:00
Nuno Campos
30f852e7b2
Fix
2024-12-10 13:56:26 -08:00
Tat Dat Duong
7fc6c4b1fa
feat(sdk-js): bump to 0.0.32
2024-12-10 22:52:51 +01:00
Nuno Campos
7f8ec2c590
Fix
2024-12-10 13:46:45 -08:00
Nuno Campos
11e80210a2
lib: Performance improvements
...
- don't create contextvars.Context/asyncio.Task in RunnableSeq (not needed as each step creates it if necessary)
- don't run in-memory-saver methods in background threads (no point as they hold the gil)
- avoid calling should_interrupt when no interrupts set
2024-12-10 11:40:24 -08:00
Nuno Campos
a7ac9ffd4e
Update test
2024-12-10 11:31:41 -08:00
Eugene Yurtsev and Nuno Campos
7cabc0a3dc
reformat
2024-12-10 11:04:07 -08:00
Eugene Yurtsev and Nuno Campos
f9cdfd3ac4
x
2024-12-10 11:03:56 -08:00
Eugene Yurtsev and Nuno Campos
dd778f8ed6
qxqx
2024-12-10 11:03:56 -08:00
Nuno Campos
df5d08f689
Fix
2024-12-10 11:03:01 -08:00
Nuno Campos
a9b94f93ee
Update again
2024-12-10 11:03:01 -08:00
Nuno Campos
5f869b9e75
Update test
2024-12-10 11:03:01 -08:00
Nuno Campos
79562f3f37
lib: Add support for invoke(Command(goto=<str>))
2024-12-10 11:03:01 -08:00
Nuno Campos
081b2cbdcf
Fix
2024-12-10 11:01:25 -08:00
Eugene Yurtsev and Nuno Campos
70eeb2a670
x
2024-12-10 11:00:58 -08:00
Nuno Campos and GitHub
0f287d986b
Merge pull request #2695 from langchain-ai/nc/10dec/multistep-plan
...
lib: Add unit test for multistep planner graph
2024-12-10 10:54:37 -08:00
Nuno Campos and GitHub
1fd9da6718
Merge pull request #2691 from langchain-ai/dqbd/enhanced-config-type-extraction
...
fix(config): extract default values, description from pydantic models, typeddict and dataclass
2024-12-10 10:44:24 -08:00
Nuno Campos
ef6c5b4711
lib: Add unit test for multistep planner graph
2024-12-10 10:40:49 -08:00
Eugene Yurtsev
77fe51fbe4
Merge branch 'main' into eugene/document_interrupt
2024-12-10 13:17:47 -05:00
Tat Dat Duong
17c1a8db46
Fix lint
2024-12-10 17:42:01 +01:00
Tat Dat Duong
5a30fc6a87
Handle PydanticUndefined, add tests
2024-12-10 17:06:37 +01:00
Tat Dat Duong
1f68bd0d83
Move to langgraph.utils.fields
2024-12-10 16:49:05 +01:00
vbarda
fdfc5d9cda
Revert "langgraph: release 0.2.58 ( #2692 )"
...
This reverts commit a9f5507006 .
2024-12-10 10:35:01 -05:00
Vadym Barda and GitHub
a9f5507006
langgraph: release 0.2.58 ( #2692 )
2024-12-10 10:19:59 -05:00
Vadym Barda and GitHub
59bfa5d009
langgraph: allow tools to return Command in tool node ( #2656 )
2024-12-10 10:18:04 -05:00
Tat Dat Duong
b4f11929f8
fix(config): extract default values, description from pydantic models, typeddict and dataclass
2024-12-10 15:24:56 +01:00
33fe467d1f
lib: Treat Command as "resuming" signal ( #2682 )
...
- so it works w interrupt_before/after
---------
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
2024-12-09 21:22:53 -05:00
Nuno Campos and GitHub
a403e802fa
Merge pull request #2679 from langchain-ai/nc/9dec/imperative-generator
...
lib: imperative api: Generators use yield to publish stream_mode=custom events
2024-12-09 08:22:31 -08:00
Nuno Campos
e0a0958a60
lib: imperative api: Generators use yield to publish stream_mode=custom events
2024-12-09 08:14:41 -08:00
William FH and GitHub
3f1bdb9ebf
Add sync support for the AsyncPostgresStore ( #2673 )
2024-12-09 07:12:52 -08:00
Nuno Campos
b37c9d8a01
0.2.57
2024-12-07 11:49:10 -08:00
Nuno Campos and GitHub
1af1911aad
Merge pull request #2378 from langchain-ai/nc/8nov/send-future
...
Imperative API
2024-12-07 11:48:45 -08:00
Nuno Campos
4e0e9a4eff
Fix
2024-12-06 08:20:41 -08:00
Nuno Campos
015bf5e0a6
Add tests, missing return stmt
2024-12-06 08:17:50 -08:00
Nuno Campos
85fc26db43
lib: Support returning mixed list of commands and state updates
2024-12-06 08:03:26 -08:00