Sandbox — LSD is in active testing. All systems operational·payments are test-mode (no real charges).
Overview Use Cases News Docs Tool Store Support Community Get LSD
All docs
PackageManager· method

PackageManager.loaded_names

names of the packages loaded into the registry this session

Python
loaded_names() -> List[str]

Returns List[str] — package names active this session

Example#

Python
from lsdtools.advanced import PackageManager

pm = PackageManager()
pm.load_all()
print(pm.loaded_names())

Notes#

Reflects packages whose entry module has been imported and wired this session (by load, load_all, or reload) — not everything installed. A disabled or min_lsd-blocked package never appears here; see blocked for why one was skipped.

See also#

API: available · load · blocked

Guides: The Package Manager

By LSD Team · Last updated Jul 17, 2026 Ask on Discord View as Markdown