AMT is a modern tool for bookkeeping of algorithmic systems (AI or not) and to apply technical and non-technical tests for algorithms.
A demo of the tool is deployed here: https://amt.prd.apps.digilab.network.
The tool is built by the AI Validation Team.
See build docs
See usage docs
The check-state can be executed to see what tasks are waiting to be done.
It requires 2 parameters. The first parameter is a list of instrument urns joined by a comma without spaces. The second parameter is the location of the system card.
An example command:
./check-state urn:nl:aivt:ir:td:1.0,urn:nl:aivt:ir:iama:1.0 example/system_test_card.yaml
When running the GitHub actions locally you can use act, to do this run the following command:
act -W '.github/workflows/ci.yml' -s GITHUB_TOKEN="$(gh auth token)" --artifact-server-path tmp/artifacts -e act_event.json