langchain/libs/core/langchain_core/runnables
Nuno Campos bd4b68cd54
core: run_in_executor: Wrap StopIteration in RuntimeError (#22997)
- StopIteration can't be set on an asyncio.Future it raises a TypeError
and leaves the Future pending forever so we need to convert it to a
RuntimeError
2024-06-17 20:40:01 +00:00
..
__init__.py
base.py core: In astream_events v2 propagate cancel/break to the inner astream call (#22865) 2024-06-13 15:02:48 -07:00
branch.py
config.py core: run_in_executor: Wrap StopIteration in RuntimeError (#22997) 2024-06-17 20:40:01 +00:00
configurable.py core[patch[: docstring update (#21036) 2024-04-29 15:35:34 -04:00
fallbacks.py core[patch]: allow access RunnableWithFallbacks.runnable attrs (#22139) 2024-05-28 13:18:09 -07:00
graph_ascii.py infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
graph_mermaid.py core: allow mermaid node labels to have any characters (#21385) 2024-05-07 12:16:49 -07:00
graph_png.py core[patch[: docstring update (#21036) 2024-04-29 15:35:34 -04:00
graph.py core[patch[: docstring update (#21036) 2024-04-29 15:35:34 -04:00
history.py core[patch]: fix runnable history and add docs (#22283) 2024-05-30 11:26:41 -07:00
learnable.py
passthrough.py core[patch[: docstring update (#21036) 2024-04-29 15:35:34 -04:00
retry.py
router.py
schema.py core[minor]: Add parent_ids to astream_events API (#22563) 2024-06-06 16:14:28 -04:00
utils.py [Core] Check is async callable (#21714) 2024-05-15 10:49:49 -07:00