DeterminadocsbyNDETERMINA
Start

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

shell
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.

shell
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:

shell
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.

shell
ls ./determina-output
determina artifacts inspect ./determina-output
VerifyUse this for existing artifacts. It does not run a new Behavior Trial.

Move to hosted when behavior review matters

After local setup works, run Determina setup and start a hosted review from your repo.

Hosted quickstart