AGILAB public analysis page umbrella and provider package
Project description
AGI Pages
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agi_pages-2026.5.22.tar.gz.
File metadata
- Download URL: agi_pages-2026.5.22.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f695c715d3e43450db2f5eadedadf5643a03f53025453b8dffda26803256fd06
|
|
| MD5 |
3f5c938640b8197c509714df1871591d
|
|
| BLAKE2b-256 |
489e31787fa231f2d1fe91ab6c8e2662a859095b40df1f271b998c1dcf4dba03
|
Provenance
The following attestation bundles were made for agi_pages-2026.5.22.tar.gz:
Publisher:
pypi-publish.yaml on ThalesGroup/agilab
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
agi_pages-2026.5.22.tar.gz -
Subject digest:
f695c715d3e43450db2f5eadedadf5643a03f53025453b8dffda26803256fd06 - Sigstore transparency entry: 1607763037
- Sigstore integration time:
-
Permalink:
ThalesGroup/agilab@e935fea8c42a9c3819c5ce2e1ab15e5785e1026f -
Branch / Tag:
refs/tags/v2026.05.22-2 - Owner: https://github.com/ThalesGroup
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi-publish.yaml@e935fea8c42a9c3819c5ce2e1ab15e5785e1026f -
Trigger Event:
push
-
Statement type:
File details
Details for the file agi_pages-2026.5.22-py3-none-any.whl.
File metadata
- Download URL: agi_pages-2026.5.22-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d228e5026bc63f5dfdca1190b1ad860ed41c176d5a6287316adb5ed3a9fa976
|
|
| MD5 |
e938a78c3c00b0edf7edd48ed4042025
|
|
| BLAKE2b-256 |
6499328cd7b264bee4673778eb357071f3daf1abb1470f00a14c965080a20d28
|
Provenance
The following attestation bundles were made for agi_pages-2026.5.22-py3-none-any.whl:
Publisher:
pypi-publish.yaml on ThalesGroup/agilab
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
agi_pages-2026.5.22-py3-none-any.whl -
Subject digest:
1d228e5026bc63f5dfdca1190b1ad860ed41c176d5a6287316adb5ed3a9fa976 - Sigstore transparency entry: 1607763133
- Sigstore integration time:
-
Permalink:
ThalesGroup/agilab@e935fea8c42a9c3819c5ce2e1ab15e5785e1026f -
Branch / Tag:
refs/tags/v2026.05.22-2 - Owner: https://github.com/ThalesGroup
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi-publish.yaml@e935fea8c42a9c3819c5ce2e1ab15e5785e1026f -
Trigger Event:
push
-
Statement type: