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
Vadym Barda 9ac302cb97
core[minor]: update draw_mermaid node label processing (#23285)
This fixes processing issue for nodes with numbers in their labels (e.g.
`"node_1"`, which would previously be relabeled as `"node__"`, and now
are correctly processed as `"node_1"`)
3 months ago
..
__init__.py core[patch]: fix chat history circular import (#23182) 3 months ago
base.py core[patch]: Fix doc-strings for code blocks (#23232) 3 months ago
branch.py
config.py
configurable.py
fallbacks.py
graph.py
graph_ascii.py
graph_mermaid.py core[minor]: update draw_mermaid node label processing (#23285) 3 months ago
graph_png.py
history.py core[patch]: fix no current event loop for sql history in async mode (#22933) 3 months ago
learnable.py
passthrough.py
retry.py
router.py
schema.py
utils.py