langchain/libs/core/langchain_core/runnables
Nuno Campos 806a54908c
Runnable graph viz improvements (#20529)
- Add conditional: bool property to json representation of the graphs
- Add option to generate mermaid graph stripped of styles (useful as a
text representation of graph)
2024-04-16 20:17:47 +00:00
..
__init__.py docs: runnable module description (#17966) 2024-03-01 10:01:32 -08:00
base.py Fix getattr in runnable binding for cases where config is passed in as arg too (#20528) 2024-04-16 13:10:29 -07:00
branch.py [Enhancement] Add support for directly providing a run_id (#18990) 2024-03-18 15:03:04 -07:00
config.py [Enhancement] Add support for directly providing a run_id (#18990) 2024-03-18 15:03:04 -07:00
configurable.py core: forward config params to default (#20402) 2024-04-15 15:42:39 -07:00
fallbacks.py [Enhancement] Add support for directly providing a run_id (#18990) 2024-03-18 15:03:04 -07:00
graph_ascii.py core: Add concept of conditional edge to graph rendering (#20480) 2024-04-15 13:49:06 -07:00
graph_mermaid.py Runnable graph viz improvements (#20529) 2024-04-16 20:17:47 +00:00
graph_png.py core: Add concept of conditional edge to graph rendering (#20480) 2024-04-15 13:49:06 -07:00
graph.py Runnable graph viz improvements (#20529) 2024-04-16 20:17:47 +00:00
history.py core[minor]: Use BaseChatMessageHistory async methods in RunnableWithMessageHistory (#19565) 2024-03-26 14:13:58 +00:00
learnable.py [Enhancement] Add support for directly providing a run_id (#18990) 2024-03-18 15:03:04 -07:00
passthrough.py docs: Refine RunnablePassthrough docstring (#19812) 2024-04-13 16:23:32 -07:00
retry.py core[patch]: docstring update (#16813) 2024-02-09 12:47:41 -08:00
router.py docs: Add docs for RouterRunnable (#19191) 2024-03-17 00:48:00 +00:00
schema.py core[patch]: docstring update (#16813) 2024-02-09 12:47:41 -08:00
utils.py core[patch]: RunnablePassthrough transform to autoupgrade to AddableDict (#19051) 2024-03-14 16:59:46 -04:00