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 719da8746e
core: fix attributeerror in runnablelambda.deps (#20569)
- would happen when user's code tries to access attritbute that doesnt
exist, we prefer to let this crash in the user's code, rather than here
- also catch more cases where a runnable is invoked/streamed inside a
lambda. before we weren't seeing these as deps
5 months ago
..
__init__.py docs: `runnable` module description (#17966) 7 months ago
base.py core: fix attributeerror in runnablelambda.deps (#20569) 5 months ago
branch.py [Enhancement] Add support for directly providing a run_id (#18990) 6 months ago
config.py [Enhancement] Add support for directly providing a run_id (#18990) 6 months ago
configurable.py core: forward config params to default (#20402) 5 months ago
fallbacks.py [Enhancement] Add support for directly providing a run_id (#18990) 6 months ago
graph.py Runnable graph viz improvements (#20529) 5 months ago
graph_ascii.py core: Add concept of conditional edge to graph rendering (#20480) 5 months ago
graph_mermaid.py Runnable graph viz improvements (#20529) 5 months ago
graph_png.py core: Add concept of conditional edge to graph rendering (#20480) 5 months ago
history.py core[minor]: Use BaseChatMessageHistory async methods in RunnableWithMessageHistory (#19565) 6 months ago
learnable.py [Enhancement] Add support for directly providing a run_id (#18990) 6 months ago
passthrough.py docs: Refine RunnablePassthrough docstring (#19812) 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: fix attributeerror in runnablelambda.deps (#20569) 5 months ago