Local Package Smoke Test
Verify the installed package, local config shape, source specs, and existing artifacts without treating local checks as production.
What this lane is for
Use the local lane to verify the installed package, generate or check integration config, validate source specs, preview platform payloads, or inspect existing artifact files. Do not treat this page as the hosted production workflow.
Install
python -m pip install determina determina --help
Check a local integration shape
For a direct local service, use check-system to confirm the URL and system type shape before you register a hosted System.
determina check-system --system-type recommender --system-url http://127.0.0.1:8051
For a service that needs mapping, generate a config and validate the file:
determina init --system-type recommender --driver-kind http_schema_mapped --base-url http://127.0.0.1:8051 --non-interactive determina check-system --system-type recommender --driver-config-path ./determina-driver-config.json
Inspect local output
When you already have evidence artifacts or an artifact directory, inspect it without platform credentials.
ls ./determina-output determina artifacts inspect ./determina-output
Move to hosted when behavior review matters
After local setup works, run Determina setup and start a hosted review from your repo.