Ask a question to get started
Enter to send•Shift+Enter new line
get_optional_dependency_status( distribution_name: str = 'deepagents-code', *, strict: bool = False ) -> tuple
distribution_name
str
'deepagents-code'
strict
bool
False
Return installed and missing optional dependencies grouped by extra.
Name of the installed distribution to inspect.
Raise when the distribution metadata cannot be read or parsed reliably.