▶️ AGILAB (Home dashboard)

AGILAB.py is the main Streamlit entry point. It provides a single navigation surface for the built-in pages (EDIT / EXECUTE / EXPERIMENT / EXPLORE) and for optional app-specific dashboards (“apps-pages”) that can be enabled per project.

Learning lifecycle (when applicable)

When a project includes learning components:

  • Training updates model parameters using new experience.

  • Inference runs a fixed checkpoint to produce allocations/decisions.

  • Continuous learning and federated learning require explicit pipeline steps (checkpointing, dataset joins, aggregation); AGILAB provides the run orchestration and artifact conventions, but does not enable these modes implicitly.

See also