You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/core/langchain_core/runnables
Nuno Campos fb6108c8f5
core[patch]: In astream_events(version=v2) tap output of root run (#21977)
- if tap_output_iter/aiter is called multiple times for the same run
issue events only once
- if chat model run is tapped don't issue duplicate on_llm_new_token
events
- if first chunk arrives after run has ended do not emit it as a stream
event

---------

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
4 months ago
..
__init__.py docs: `runnable` module description (#17966) 7 months ago
base.py Fix base.py typo (#21862) 4 months ago
branch.py [Enhancement] Add support for directly providing a run_id (#18990) 6 months ago
config.py core[patch]: In astream_events(version=v2) tap output of root run (#21977) 4 months ago
configurable.py core[patch[: docstring update (#21036) 5 months ago
fallbacks.py docs: set default anthropic model (#21988) 4 months ago
graph.py core[patch[: docstring update (#21036) 5 months ago
graph_ascii.py core: Add concept of conditional edge to graph rendering (#20480) 5 months ago
graph_mermaid.py core: allow mermaid node labels to have any characters (#21385) 5 months ago
graph_png.py core[patch[: docstring update (#21036) 5 months ago
history.py support messages in messages out (#20862) 5 months ago
learnable.py [Enhancement] Add support for directly providing a run_id (#18990) 6 months ago
passthrough.py core[patch[: docstring update (#21036) 5 months ago
retry.py core[patch]: docstring update (#16813) 8 months ago
router.py docs: Add docs for RouterRunnable (#19191) 6 months ago
schema.py core[patch]: docstring update (#16813) 8 months ago
utils.py [Core] Check is async callable (#21714) 4 months ago