Skip to main content

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.

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.7.31.tar.gz (18.9 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.7.31-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for agi_pages-2026.7.31.tar.gz
Algorithm Hash digest
SHA256 c91e7a8cdd0e6b1b52ecd5a5a76e3e95c6ccd225bf4dc9d8df7b014a6e71c069
MD5 37db44a3ad95d497290aab79fc66302e
BLAKE2b-256 4bbbfb3b4d0fb22a8325342505f19b5b8edd89227463044c507f23f75c84950e

See more details on using hashes here.

Provenance

The following attestation bundles were made for agi_pages-2026.7.31.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.7.31-py3-none-any.whl.

File metadata

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

File hashes

Hashes for agi_pages-2026.7.31-py3-none-any.whl
Algorithm Hash digest
SHA256 aadc45a108eb15ca250d121e6403bd590bbfbbb71e158cc50aefd9603b5bdee1
MD5 fd6c9343ed04428d4274364c0f4c111a
BLAKE2b-256 fdb2bb522d0309d15b566bdb9f62da90a84819adcc3459a036007d7d40395fc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for agi_pages-2026.7.31-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.

Release history Release notifications | RSS feed

This release

2026.7.31 This release

2 files

2026.7.17.1

2 files

2026.7.17

2 files

2026.7.4

2 files

2026.6.24

2 files

2026.6.23

2 files

2026.6.20

2 files

2026.6.19

2 files

2026.6.14.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page