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 and GitHub
60d742ea48
Merge pull request #2683 from langchain-ai/nc/9dec/invoke-command-goto
...
lib: Add support for invoke(Command(goto=<str>))
2024-12-10 11:39:10 -08:00
Nuno Campos
a7ac9ffd4e
Update test
2024-12-10 11:31:41 -08:00
Vadym Barda and GitHub
3d97b97c86
fix typo ( #2696 )
2024-12-10 14:19:23 -05:00
Nuno Campos and GitHub
a7d1ecbb74
Merge pull request #2693 from langchain-ai/eugene/fix_test
...
langgraph[patch]: Fix unit test for Command(update)
2024-12-10 11:09:11 -08:00
vbarda
61f362f16e
update dynamic breakpoints
2024-12-10 14:07:08 -05: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
Vadym Barda and GitHub
70a5ef6713
docs: small updates ( #2694 )
2024-12-10 12:02:24 -05:00
Tat Dat Duong
17c1a8db46
Fix lint
2024-12-10 17:42:01 +01:00
Vadym Barda and GitHub
97a51014c3
docs: add a how-to on updating state from tools ( #2670 )
2024-12-10 11:20:50 -05: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 .
0.2.57
2024-12-10 10:35:01 -05:00
Vadym Barda and GitHub
1c3f65c931
docs: add tool use for Command concepts ( #2669 )
...
To be merged after #2656
2024-12-10 10:22:17 -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
Vadym Barda and GitHub
038bec2e78
update callout ( #2689 )
2024-12-09 23:27:44 -05:00
Eugene Yurtsev
01cdb60b5d
x
2024-12-09 23:14:19 -05:00
Eugene Yurtsev
5bfb9af5fe
x
2024-12-09 22:53:35 -05:00
Eugene Yurtsev
ac48612abb
x
2024-12-09 22:51:06 -05:00
Eugene Yurtsev
73fb725f0c
add pngs
2024-12-09 22:50:33 -05:00
Eugene Yurtsev
b98a1337a5
x
2024-12-09 22:50:16 -05:00
Vadym Barda and GitHub
c2a41039de
docs: remove GraphCommand references ( #2688 )
2024-12-09 22:44:47 -05: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
Vadym Barda and GitHub
43b6c06f5c
docs: update Command concept doc ( #2686 )
2024-12-09 21:19:16 -05:00
Vadym Barda and GitHub
d81dec653d
docs: temporarily fix link ( #2685 )
2024-12-09 21:09:32 -05:00
Vadym Barda and GitHub
e1d8c6b113
docs: update multi-agent concept doc ( #2684 )
2024-12-09 21:01:14 -05:00
Vadym Barda and GitHub
a64f9f80c0
docs: add a how to for multi-agent network ( #2675 )
2024-12-09 20:18:29 -05:00
Eugene Yurtsev
a879de51f1
x
2024-12-09 18:13:39 -05:00
Eugene Yurtsev
60ab76c3e9
x
2024-12-09 18:12:17 -05:00
Eugene Yurtsev
09e9117674
x
2024-12-09 17:24:59 -05:00
Eugene Yurtsev
acac19b95b
x
2024-12-09 16:49:51 -05:00
Eugene Yurtsev
723bcfeaa2
x
2024-12-09 15:27:00 -05:00
Eugene Yurtsev
c279421cbf
x
2024-12-09 14:46:06 -05:00
Tat Dat Duong
df1e48154a
feat(studio): add Add to Dataset docs
2024-12-09 19:22:41 +01:00
Eugene Yurtsev
d0bf7837bd
x
2024-12-09 11:25:21 -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