langchain/libs/experimental/langchain_experimental/tot
Predrag Gruevski f94e24dfd7
Install and use ruff format instead of black for code formatting. (#12585)
Best to review one commit at a time, since two of the commits are 100%
autogenerated changes from running `ruff format`:
- Install and use `ruff format` instead of black for code formatting.
- Output of `ruff format .` in the `langchain` package.
- Use `ruff format` in experimental package.
- Format changes in experimental package by `ruff format`.
- Manual formatting fixes to make `ruff .` pass.
2023-10-31 10:53:12 -04:00
..
__init__.py Tree of Thought introducing a new ToTChain. (#5167) 2023-07-26 21:29:39 -07:00
base.py Corrected some spelling mistakes and grammatical errors (#10791) 2023-09-19 10:08:59 -07:00
checker.py Tree of Thought introducing a new ToTChain. (#5167) 2023-07-26 21:29:39 -07:00
controller.py Tree of Thought introducing a new ToTChain. (#5167) 2023-07-26 21:29:39 -07:00
memory.py Add CI check that integration tests compile (#12090) 2023-10-21 10:52:18 -04:00
prompts.py Corrected some spelling mistakes and grammatical errors (#10791) 2023-09-19 10:08:59 -07:00
thought_generation.py Install and use ruff format instead of black for code formatting. (#12585) 2023-10-31 10:53:12 -04:00
thought.py Use a submodule for pydantic v1 compat (#9371) 2023-08-17 16:35:49 +01:00