sdk_requirement_from_cli(
distribution_name: str = 'deepagents-code',
) -> Requirement | None| Name | Type | Description |
|---|---|---|
distribution_name | str | Default: 'deepagents-code'Name of the installed distribution to inspect. |
Return the base deepagents requirement declared by deepagents-code.
Reads the installed distribution's Requires-Dist metadata and parses each
entry with packaging.Requirement, returning the applicable base
deepagents dependency. Extras-gated or environment-conditional variants
whose marker does not apply to the current environment are skipped.