Public app catalog
This catalog maps the public AGILAB app names users see in PROJECT to the package or source status behind them. It is intentionally more exhaustive than the README: the README stays focused on the shortest adoption path, while this page is the reference for choosing an app.
Status legend:
PyPI app package: promoted by the current release plan and installable as a standaloneagi-app-*payload.Release artifact: built as an app payload artifact, but not currently promoted to PyPI by the release plan.Source built-in: present in the public source checkout for development, examples, or compatibility, without a separate promoted payload package.
Project |
Package |
Status |
When to use it |
|---|---|---|---|
|
|
PyPI app package |
First proof and compact end-to-end data ingestion with map/network analysis; also the real-world worker-only Cython example for a haversine speed kernel with reducer evidence. |
|
|
PyPI app package |
Notebook-to-app migration using a small weather forecast dataset, forecast metrics, and promotion evidence. |
|
|
PyPI app package |
Minimal classic ML app proof using scikit-learn: deterministic dataset, fitted pipeline, serialized model, predictions, metrics, and artifact hashes. |
|
|
Release artifact |
Production-adjacent data gate for contract, drift, leakage, and promotion-decision evidence before training. |
|
|
PyPI app package |
Deterministic mission-decision evidence with scenario scoring, re-planning, and decision artifacts. |
|
|
PyPI app package |
Cython worker speedup demo for the Pandas path: typed contiguous
|
|
|
PyPI app package |
Synthetic worker execution playground for the Polars path, comparable with the Pandas app. |
|
|
PyPI app package |
Cross-app DAG template preview and artifact-handoff contract review. |
|
|
PyPI app package |
Reproducible PyTorch classifier playground with live play/pause training,
persisted controls, replayable teaching route, multi-UI surface
declarations, evidence artifacts, and generated PyTorch/Lightning code.
It can also be launched with |
|
None |
Source built-in |
Narrow R stage runtime proof: AGILAB stays the Python orchestrator while
a worker executes |
|
|
PyPI app package |
Evidence-scored diagnostic and self-evaluation cases with 2026 math coverage, classroom batch intake, live teacher dashboard artifacts, better-fix selection, and regression-plan evidence. |
|
|
PyPI app package |
Compact UAV relay queue scenario with relay-health, scenario-cockpit, and network-map analysis. |
|
|
Release artifact |
Queue-policy proof generator and scenario-cockpit evidence source used by the advanced proof pack. |
|
None |
Source built-in |
Minimal app structure reference for adapting manager, worker, settings, and app argument form code. |
|
None |
Source built-in |
Source-checkout weather migration reference kept beside the packaged
|
Recommended first choices
Start with
flight_telemetry_projectwhen you want the shortest proof that AGILAB can install, execute, write evidence, and open analysis.Use
weather_forecast_projectwhen the question is notebook migration and reusable forecast artifacts.Use
sklearn_pipeline_projectwhen the question is classic ML reproducibility with a familiar scikit-learn pipeline.Use
pytorch_playground_projectwhen you want a visual AI/ML demo that goes beyond a browser-only neural playground: live play/pause training, replay tokens, generated PyTorch/Lightning code, and exportable evidence.Use
uav_relay_queue_projectoruav_queue_projectonly after the first proof, because they are better suited to advanced evidence and scenario comparison.
Package truth source
The PyPI publication status comes from the generated release plan and the package split contract, not from this page by hand. If the release plan changes, update this catalog in the same documentation pass.
See also:
Package publishing policy for the package split and trusted publisher contract.
Advanced Proof Pack for the heavier evidence scenarios.
Execution Playground for the Pandas/Polars execution comparison.
PyTorch Playground for the PyTorch Playground teaching and evidence route.