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
Ángel Igareta 31a641a155
core: fix return of draw_mermaid_png and change to not save image by default (#19950)
- **Description:** Improvement for #19599: fixing missing return of
graph.draw_mermaid_png and improve it to make the saving of the rendered
image optional

Co-authored-by: Angel Igareta <angel.igareta@klarna.com>
6 months ago
..
__init__.py docs: `runnable` module description (#17966) 7 months ago
base.py core[runnables]: docstring for class RunnableSerializable, method configurable_fields (#19722) 6 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: Add docs for RunnableConfigurableFields (#19849) 6 months ago
fallbacks.py [Enhancement] Add support for directly providing a run_id (#18990) 6 months ago
graph.py core: fix return of draw_mermaid_png and change to not save image by default (#19950) 6 months ago
graph_ascii.py Add PNG drawer for Runnable.get_graph() (#18239) 7 months ago
graph_mermaid.py core: generate mermaid syntax and render visual graph (#19599) 6 months ago
graph_png.py Add PNG drawer for Runnable.get_graph() (#18239) 7 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 core: Updated docstring for RunnablePick (#18832) 6 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[patch]: RunnablePassthrough transform to autoupgrade to AddableDict (#19051) 6 months ago