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
This commit is contained in:
Bagatur
2023-11-21 08:35:29 -08:00
committed by GitHub
parent 17c6551c18
commit d32e511826
783 changed files with 2992 additions and 2899 deletions

View File

@@ -14,6 +14,7 @@ EXPECTED_ALL = [
"print_text",
"raise_for_status_with_text",
"xor_args",
"try_load_from_hub",
]