Module runtime
Generated from cargo doc --no-deps -p nemo-fabric-core.
Runtime invocation helpers.
Structs
- AdapterInvocation: One invocation against an initialized adapter runtime.
- ArtifactManifest: Manifest of run artifacts.
- ArtifactRef: Reference to one artifact.
- EnvironmentHandle: Resolved execution environment context.
- ErrorInfo: Normalized error metadata.
- FabricEvent: NeMo Fabric lifecycle or progress event.
- InvocationHandle: One request sent to a runtime.
- RunRequest: A request passed to a NeMo Fabric-managed harness runtime.
- RunResult: Result from a NeMo Fabric-managed harness invocation.
- RuntimeContext: Context generated for one invocation of a started runtime.
- RuntimeHandle: Active or resumable harness runtime.
- RuntimeTelemetryContext: Runtime telemetry config passed to adapters.
- TelemetryRef: Reference to telemetry emitted by Relay or another configured telemetry path.
Enums
- ErrorStage: NeMo Fabric lifecycle stage associated with an error.
- RunStatus: Runtime completion status.
Functions
- invoke_runtime: Invoke a started harness runtime.
- prepare_environment: Resolve or attach to the execution environment context for a run plan.
- run_plan: Invoke a NeMo Fabric run plan.
- start_runtime: Start or connect to a harness runtime.
- stop_runtime: Stop or detach from a harness runtime.