OCDocker.Workbench.Overview module¶
Read-only workspace overview helpers for GUI dashboard entry points.
- OCDocker.Workbench.Overview.build_workspace_overview(root, *, max_depth=6, recent_limit=20)[source]¶
Build a read-only workspace overview for GUI dashboards.
- Parameters:
root (str or pathlib.Path) – Workspace root or manifest file to inspect.
max_depth (int) – Maximum directory depth below root to scan.
recent_limit (int) – Maximum number of recently updated runs to include.
- Returns:
Workspace overview payload.
- Return type:
WorkspaceOverview