mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 06:33:41 +00:00
chore(core): remove langserve from sys info util, add deepagents (#35325)
getting with the times
This commit is contained in:
@@ -41,8 +41,9 @@ def print_sys_info(*, additional_pkgs: Sequence[str] = ()) -> None:
|
||||
"""
|
||||
# Packages that do not start with "langchain" prefix.
|
||||
other_langchain_packages = [
|
||||
"langserve",
|
||||
"langsmith",
|
||||
"deepagents",
|
||||
"deepagents-cli",
|
||||
]
|
||||
|
||||
langchain_pkgs = [
|
||||
|
||||
Reference in New Issue
Block a user