langchain/libs/core/langchain_core/messages
Bagatur d32e511826
REFACTOR: Refactor langchain_core (#13627)
Changes:
- remove langchain_core/schema since no clear distinction b/n schema and
non-schema modules
- make every module that doesn't end in -y plural
- where easy have 1-2 classes per file
- no more than one level of nesting in directories
- only import from top level core modules in langchain
2023-11-21 08:35:29 -08:00
..
__init__.py REFACTOR: Refactor langchain_core (#13627) 2023-11-21 08:35:29 -08:00
ai.py REFACTOR: Refactor langchain_core (#13627) 2023-11-21 08:35:29 -08:00
base.py REFACTOR: Refactor langchain_core (#13627) 2023-11-21 08:35:29 -08:00
chat.py REFACTOR: Refactor langchain_core (#13627) 2023-11-21 08:35:29 -08:00
function.py REFACTOR: Refactor langchain_core (#13627) 2023-11-21 08:35:29 -08:00
human.py REFACTOR: Refactor langchain_core (#13627) 2023-11-21 08:35:29 -08:00
system.py REFACTOR: Refactor langchain_core (#13627) 2023-11-21 08:35:29 -08:00
tool.py REFACTOR: Refactor langchain_core (#13627) 2023-11-21 08:35:29 -08:00