Skip to main content

AGILAB public analysis page umbrella and provider package

Project description

AGI Pages

PyPI version Python versions License: BSD 3-Clause

agi-pages is the umbrella/provider package for AGILAB public analysis views. It exposes a small discovery API so the AGILAB ANALYSIS page and exported notebooks can resolve installed view bundles without embedding the page source in the root agilab wheel.

Quick Install

pip install agi-pages

Most users should install it through the AGILAB UI profile:

pip install "agilab[ui]"

Runtime Contract

The package exposes a small provider API:

import agi_pages

print(agi_pages.bundles_root())

agi-env uses this provider only when agi-pages is installed. A base agilab install remains CLI/core-only and does not require this package.

The default umbrella covers the shared AGILAB UI runtime. Specialized views with narrower runtime constraints are published independently as agi-page-* wheel/sdist payload packages. Install the page package you need alongside agi-pages when a notebook or app depends on that view.

Portable Chart Specs

agi-pages also exposes a lightweight chart contract for page bundles that need the same dataframe-driven visualization to work in Streamlit, exported notebooks, and static proof artifacts.

import agi_pages

spec = agi_pages.build_chart_spec(
    [{"step": "train", "accuracy": 0.84}, {"step": "test", "accuracy": 0.82}],
    chart_type="line",
    title="Model metrics",
    x="step",
    y="accuracy",
)

agi_pages.render_streamlit(spec)

The spec stores an ECharts-compatible option, normalized table records, and a small evidence block with deterministic hashes for the data, chart option, and combined chart contract. Page bundles can write spec.as_dict() into a proof artifact, render agi_pages.render_notebook(spec) from an exported notebook, or embed agi_pages.chart_spec_to_static_html(spec) in a standalone HTML report.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agi_pages-2026.6.24.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agi_pages-2026.6.24-py3-none-any.whl (13.8 kB view details)

Uploaded Python 3

File details

Details for the file agi_pages-2026.6.24.tar.gz.

File metadata

  • Download URL: agi_pages-2026.6.24.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for agi_pages-2026.6.24.tar.gz
Algorithm Hash digest
SHA256 9a4a4f0923d222a036fb7461862fc3b18f522d6a8d16d2796e77485e52ce3be5
MD5 c32a59f2026e39b77d5f1428c67c6239
BLAKE2b-256 4911c7b35e51f7efa82ed9b6c7f6a11e613efbbb9946be2a9d57b7933d270e2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for agi_pages-2026.6.24.tar.gz:

Publisher: pypi-publish.yaml on ThalesGroup/agilab

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agi_pages-2026.6.24-py3-none-any.whl.

File metadata

  • Download URL: agi_pages-2026.6.24-py3-none-any.whl
  • Upload date:
  • Size: 13.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for agi_pages-2026.6.24-py3-none-any.whl
Algorithm Hash digest
SHA256 425a33462464e3e59135877e521f618994c0adac54ab8ac570e3f56b66469999
MD5 ab669e7695693e849a00017ee96a7a5c
BLAKE2b-256 8bb8e7f0d6c8f2749aba3ed0003e1b2bfa747c5520de8d07ee2a93edfa67eeef

See more details on using hashes here.

Provenance

The following attestation bundles were made for agi_pages-2026.6.24-py3-none-any.whl:

Publisher: pypi-publish.yaml on ThalesGroup/agilab

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page