langchain/libs/core/langchain_core
Nuno Campos 223e5eff14
Add JSON representation of runnable graph to serialized representation (#17745)
Sent to LangSmith

Thank you for contributing to LangChain!

Checklist:

- [ ] PR title: Please title your PR "package: description", where
"package" is whichever of langchain, community, core, experimental, etc.
is being modified. Use "docs: ..." for purely docs changes, "templates:
..." for template changes, "infra: ..." for CI changes.
  - Example: "community: add foobar LLM"
- [ ] PR message: **Delete this entire template message** and replace it
with the following bulleted list
    - **Description:** a description of the change
    - **Issue:** the issue # it fixes, if applicable
    - **Dependencies:** any dependencies required for this change
- **Twitter handle:** if your PR gets announced, and you'd like a
mention, we'll gladly shout you out!
- [ ] Pass lint and test: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified to check that you're
passing lint and testing. See contribution guidelines for more
information on how to write/run tests, lint, etc:
https://python.langchain.com/docs/contributing/
- [ ] Add tests and docs: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, hwchase17.
2024-02-20 14:51:09 -08:00
..
_api docs: Fix bug that caused the word "Beta" to appear twice in doc-strings (#17704) 2024-02-18 21:38:37 -05:00
beta core[patch], community[patch]: mark runnable context, lc load as beta (#15603) 2024-01-05 17:54:26 -05:00
callbacks infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
documents core[patch]: doc init positional args (#16854) 2024-02-02 10:24:16 -08:00
example_selectors core[patch], community[patch], langchain[patch], docs: Update SQL chains/agents/docs (#16168) 2024-01-22 08:19:08 -08:00
globals IMPROVEMENT: filter global warnings properly (#13754) 2023-11-22 16:26:37 -08:00
language_models Docs: Add custom chat model documenation (#17595) 2024-02-19 22:03:49 -05:00
load Add JSON representation of runnable graph to serialized representation (#17745) 2024-02-20 14:51:09 -08:00
messages core[minor]: add name to basemessage (#17539) 2024-02-14 12:21:59 -08:00
output_parsers langchain.core : Use shallow copy for schema manipulation in JsonOutputParser.get_format_instructions (#17162) 2024-02-13 13:30:53 -08:00
outputs core[patch]: docstring update (#16813) 2024-02-09 12:47:41 -08:00
prompts Cache calls to create_model for get_input_schema and get_output_schema (#17755) 2024-02-19 13:26:42 -08:00
pydantic_v1 Separate out langchain_core package (#13577) 2023-11-20 13:09:30 -08:00
runnables Add JSON representation of runnable graph to serialized representation (#17745) 2024-02-20 14:51:09 -08:00
tracers core[patch]: Replace memory stream implementation used by LogStreamCallbackHandler (#17185) 2024-02-12 21:57:38 -05:00
utils core: improve None value processing in merge_dicts() (#17462) 2024-02-13 08:48:02 -08:00
__init__.py core[patch], community[patch]: mark runnable context, lc load as beta (#15603) 2024-01-05 17:54:26 -05:00
agents.py manual mapping (#14422) 2023-12-08 16:29:33 -08:00
caches.py langchain[minor], community[minor], core[minor]: Async Cache support and AsyncRedisCache (#15817) 2024-02-07 22:06:09 -05:00
chat_history.py Add async methods to BaseChatMessageHistory and BaseMemory (#16728) 2024-02-05 13:20:28 -05:00
chat_sessions.py REFACTOR: Refactor langchain_core (#13627) 2023-11-21 08:35:29 -08:00
embeddings.py Propagate context vars in all classes/methods 2023-12-29 12:34:03 -08:00
env.py core[patch]: update langchain-core runtime library name (#14884) 2023-12-20 14:35:48 -08:00
exceptions.py REFACTOR: Refactor langchain_core (#13627) 2023-11-21 08:35:29 -08:00
memory.py Add async methods to BaseChatMessageHistory and BaseMemory (#16728) 2024-02-05 13:20:28 -05:00
prompt_values.py core[patch]: Message content as positional arg (#16921) 2024-02-02 10:24:02 -08:00
py.typed core[minor], langchain[patch], experimental[patch]: Added missing py.typed to langchain_core (#14143) 2023-12-01 19:15:23 -08:00
retrievers.py core[patch]: passthrough BaseRetriever.invoke(**kwargs) (#16551) 2024-01-25 08:58:39 -08:00
stores.py Add async methods to BaseStore (#16669) 2024-01-31 17:10:47 -08:00
sys_info.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
tools.py core[patch]: docstring update (#16813) 2024-02-09 12:47:41 -08:00
vectorstores.py Propagate context vars in all classes/methods 2023-12-29 12:34:03 -08:00