read_installed_distribution_version() -> str | NoneRead the currently installed deepagents-code distribution version.
Unlike __version__, this does not come from the module this process
imported at launch: it reads the running tool environment's
deepagents_code-*.dist-info directory name from disk, so it reflects the
install even after an in-session upgrade rewrote the environment. Used to
report what an upgrade actually installed.