Skip to documentation content
On this page
  1. Reference

Runtime manifest fields

Declares every generated runtime-layout, launcher, dependency, and audit-provenance field.

Reference

FieldValueDescription
nameruntime bundle identity
createdAtbundle creation timestamp
platformtarget operating system
archtarget processor architecture
pythonExecutableruntime-relative backend Python entry
scientificPythonExecutableruntime-relative workflow Python base
publicSdkPathruntime-relative directory containing telion and telion_api
backendModecompiled or development backend layout
standaloneUpstreamBytecodeModulesupstream modules carried as bytecode in compiled standalone bundles
serviceExecutableruntime-relative backend service executable
serviceArgumentsmanifest prefix arguments for service mode
cliExecutableruntime-relative backend CLI executable
cliArgumentsmanifest prefix arguments for backend CLI mode
batchExecutableruntime-relative Telion Batch executable
batchArgumentsmanifest prefix arguments ending in --batch
releaseAuditModelpackaged audit-model identity and digest
releaseAuditMeshPayloadpackaged audit-mesh identity and digest
backendSourcedevelopment-source path; absent in production
requirementsbundled requirement-lock filename
constraintsbundled constraint-lock filename
cudaRequirementsrequired CUDA direct-solver requirement-lock filename
cudaIncludedrequired true marker for bundled CUDA direct-solver dependencies
cudaDirectSolverRequiredrequired true marker that packaged solves fail closed without the CUDA direct-solver runtime
pythonArtifactProvenanceartifact certification mode
pythonArtifactLockscopied platform artifact-lock set and digest
seedVenvoptional development seed-environment provenance

Release tooling writes manifest.json inside the packaged runtime. Fields whose inputs are absent are omitted by JSON serialization. Batch launchers primarily consume batchExecutable, batchArguments, scientificPythonExecutable, and publicSdkPath; packaging audits validate the full field set and runtime containment.