Full EU package starter
Run the EU starter against your already-running adapter when you want the broader high-risk package path without Article 50 in scope.
Starter command
cd products/eu-ai-act
npm install
npm run starter -- --baseUrl http://localhost:8787 --systemType fraud --profile my-agent
Full EU package + Article 50 starter
Run the broader EU starter first, then run the Article 50 packaging commands when transparency is also in scope for the same system.
Starter command
cd products/eu-ai-act
npm install
npm run starter -- --baseUrl http://localhost:8787 --systemType fraud --profile my-agent
Article 50 package command
node scripts/article-50-package.mjs --reportDir <path> --outDir <path>
Article 50 verify command
node scripts/article-50-verify.mjs --reportDir <path>
Standalone Article 50 starter
Use this mode when transparency is your only EU scope and you want the focused Article 50 packaging and verification commands.
Article 50 package command
node scripts/article-50-package.mjs --reportDir <path> --outDir <path>
Article 50 verify command
node scripts/article-50-verify.mjs --reportDir <path>