What's Changed
* docs: remove stdout from pip install (for gymnasium) by mbchang in https://github.com/hwchase17/langchain/pull/3993
* Replace remaining usage of basellm with baselangmodel by nfcampos in https://github.com/hwchase17/langchain/pull/3981
* Update Notebooks by vowelparrot in https://github.com/hwchase17/langchain/pull/4051
* Re-Permit Partials in `Tool` by vowelparrot in https://github.com/hwchase17/langchain/pull/4058
* Fixed typo leading to broken link by Adaverse in https://github.com/hwchase17/langchain/pull/4034
* Enhancement: option to Get All Tokens with a single Blockchain Document Loader call by saginawj in https://github.com/hwchase17/langchain/pull/3797
* Refactor TelegramChatLoader and FacebookChatLoader classes and add tests by hp0404 in https://github.com/hwchase17/langchain/pull/3863
* Deleted importing Document from document_loaders.base because Documen… by bongsang in https://github.com/hwchase17/langchain/pull/4068
* Update deeplake example by istranic in https://github.com/hwchase17/langchain/pull/4055
* Remove pip stdout and fix typo by ngarske in https://github.com/hwchase17/langchain/pull/4050
* Export `FileChatMessageHistory` by outday29 in https://github.com/hwchase17/langchain/pull/4042
* fix: incorrect data type when construct_path in chain by Undertone0809 in https://github.com/hwchase17/langchain/pull/4031
* Harrison/media wiki xml by hwchase17 in https://github.com/hwchase17/langchain/pull/4072
* Accept str or list[str] for shell by vowelparrot in https://github.com/hwchase17/langchain/pull/4060
* Harrison/knn retriever by hwchase17 in https://github.com/hwchase17/langchain/pull/4083
* bugfix: return whole document when loading with ConfluenceLoader.load by label by obbiondo in https://github.com/hwchase17/langchain/pull/3980
* docs: added a link to the `Google Scholar` articles by leo-gan in https://github.com/hwchase17/langchain/pull/4007
* issue4082 base_language had wrong code comment that it was using gpt… by pulkitmehtawork in https://github.com/hwchase17/langchain/pull/4084
* Router chains by dev2049 in https://github.com/hwchase17/langchain/pull/4019
* Added option to reduce verbosity of Deeplake integration by jpdus in https://github.com/hwchase17/langchain/pull/4038
* refactor: refactor dialogue examples (DialogueAgent, DialogueSimulator) by mbchang in https://github.com/hwchase17/langchain/pull/4074
* google-serper: async + full json results + support for Google Images, Places and News by rogerserper in https://github.com/hwchase17/langchain/pull/4078
* improve agent documentation by hwchase17 in https://github.com/hwchase17/langchain/pull/4062
* Simplify HumanMessages in the quick start guide by gengliangwang in https://github.com/hwchase17/langchain/pull/4026
* [agent] Add Spark Agent by skcoirz in https://github.com/hwchase17/langchain/pull/4020
* Update python_repl docs by AndreLCanada in https://github.com/hwchase17/langchain/pull/4012
* feat: prune summary buffer by golergka in https://github.com/hwchase17/langchain/pull/4004
* Harrison/one drive loader by hwchase17 in https://github.com/hwchase17/langchain/pull/4081
* Add firestore memory (3792) by hwchase17 in https://github.com/hwchase17/langchain/pull/3941
* Harrison/toml loader by hwchase17 in https://github.com/hwchase17/langchain/pull/4090
* fix base url by eavanvalkenburg in https://github.com/hwchase17/langchain/pull/4095
* DeepLake: Pass in rest of args to self._search_helper by OlajideOgun in https://github.com/hwchase17/langchain/pull/4080
* bump version to 158 by hwchase17 in https://github.com/hwchase17/langchain/pull/4091
New Contributors
* Adaverse made their first contribution in https://github.com/hwchase17/langchain/pull/4034
* hp0404 made their first contribution in https://github.com/hwchase17/langchain/pull/3863
* bongsang made their first contribution in https://github.com/hwchase17/langchain/pull/4068
* istranic made their first contribution in https://github.com/hwchase17/langchain/pull/4055
* Undertone0809 made their first contribution in https://github.com/hwchase17/langchain/pull/4031
* pulkitmehtawork made their first contribution in https://github.com/hwchase17/langchain/pull/4084
* gengliangwang made their first contribution in https://github.com/hwchase17/langchain/pull/4026
* AndreLCanada made their first contribution in https://github.com/hwchase17/langchain/pull/4012
* golergka made their first contribution in https://github.com/hwchase17/langchain/pull/4004
* OlajideOgun made their first contribution in https://github.com/hwchase17/langchain/pull/4080
**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.157...v0.0.158