About AGILab
This page maps the built-in AGILab web pages and shows how they fit together.
The main web interface exposes one navigation surface for:
Core pages (Project, Orchestrate, Pipeline, Analysis), and
Page bundles (optional dashboards launched from Analysis).
How pages are presented
Core pages and page bundles both appear as “pages” in the UI, with a consistent layout and navigation.
The key difference is runtime: core pages run inside the main AGILab web interface, while page bundles run in a sidecar web process and are embedded back into the UI.
Core pages
PROJECT — PROJECT: inspect and modify project sources and settings.
ORCHESTRATE — ORCHESTRATE: install workers, generate distributions, and run pipelines.
PIPELINE — PIPELINE: iterate in
lab_steps.tomland run snippets against exported data.ANALYSIS — ANALYSIS: discover, configure, and launch page bundles.
Core page tour
Every built-in page now exposes direct documentation access from the sidebar, so you can reopen the relevant guide without navigating back to the landing page first.
A compact visual tour of the four built-in Streamlit pages that structure the AGILAB workflow.
Page bundles (apps-pages)
Page bundles are optional dashboards stored under ${AGILAB_PAGES_ABS}
(default: src/agilab/apps-pages). They are enabled per project via
[pages].view_module in app_settings.toml.
See also
Newcomer Guide and Quick-Start for the first-proof path.
AGILab Architecture for the end-to-end pipeline view.
Page Bundles (apps-pages) for how page bundles work (and the built-in bundle catalog).
Distributed Workers for the UI-driven cluster workflow from ORCHESTRATE to PIPELINE.
Learning Workflows for training vs inference (and optional continuous/federated patterns).
Demos for the current public AGILAB intro and technical benchmark videos.