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
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
William FH and GitHub
93e4c8cc1f
Create index concurrently ( #2659 )
2024-12-05 15:56:39 -08:00
Nuno Campos and GitHub
b7e441d781
Merge pull request #2658 from langchain-ai/nc/5dec/return-multiple-commands
...
lib: Add support for returning multiple commands from a node
2024-12-05 15:16:06 -08:00
Nuno Campos
ccd8920eef
Lint
2024-12-05 15:09:13 -08:00
Vadym Barda and GitHub
0c379d6cc7
fix docstring ( #2660 )
2024-12-05 17:55:25 -05:00
Nuno Campos
1f745ca017
Lint
2024-12-05 13:50:42 -08:00
Nuno Campos
aa4fea48dd
lib: Add support for returning multiple commands from a node
2024-12-05 13:47:38 -08:00
William FH and GitHub
0f0e31df24
Nicer item repr ( #2655 )
2024-12-05 10:52:44 -08:00
Nuno Campos and GitHub
a275ab26d3
Merge pull request #2468 from cab938/issue2159
...
feat: Make CompiledGraph displayable in Jupyter with display()
2024-12-05 10:03:40 -08:00
Tat Dat Duong
cf961a286c
fix(sdk-js): rename Command["send"] to goto
2024-12-05 17:14:07 +01:00
William FH and GitHub
1a46537c3a
Codeblock ref rendering ( #2649 )
2024-12-05 05:48:00 -08:00
Nuno Campos and GitHub
759a712f57
Merge pull request #2502 from langchain-ai/vb/fix-annotation
...
langgraph: fix issue w/ type annotations in tools_condition
2024-12-04 20:47:21 -05:00
Nuno Campos
9f73dfa8d5
Fix
2024-12-04 17:43:05 -08:00
Nuno Campos and GitHub
4459952e72
Merge branch 'main' into issue2159
2024-12-04 20:42:03 -05:00
Nuno Campos
8ef82f3578
Update
2024-12-04 17:40:27 -08:00
Nuno Campos
63ea71548b
sdk-py 0.1.43
2024-12-04 17:27:24 -08:00