Expand description
Backend-neutral replicated-text execution and session ownership. Backend-neutral replicated-text execution and session ownership.
Structs§
- Direct
Replicated Text Execution - Ordinary unit execution for replicated text architectures.
- Distributed
Session Checkpoint - Complete rank-local checkpoint whose presence was agreed by a partitioned session.
- Distributed
State Checkpoint - Rank-local state checkpoint whose presence was agreed by a partitioned session.
- Partitioned
Session Factory Input - Exact architecture, partition, communication manifest, and payload work received by a partition-runtime factory.
- Prepared
Partitioned Runtime Components - Architecture, policy, state, and communication authority completed by the neutral partition construction lifecycle.
- Prepared
Partitioned Session Runtime - Rank-local runtime, state, and cache identity prepared by partition construction.
- Prepared
Replicated Text Contract - Opaque proof that one concrete architecture agrees with an authoritative replicated-text selection and its exact materialization tasks.
- Replicated
Text Control State - Native state plus complete portable execution metadata. This is an opaque in-process slot, not a serialized snapshot or a complete generation snapshot. Slots share an exact executable owner and can be exchanged serially while keeping weights resident. Copying a slot requires the native copy mechanism.
- Replicated
Text Runtime - Resident or bounded layered runtime paired before session construction.
- Replicated
Text Session - Complete backend-neutral replicated-text session.
- Replicated
Text Session Checkpoint - Complete transactional checkpoint including composite prompt-input identity.
- Replicated
Text Session Report - Immutable session and residency report produced by neutral orchestration.
- Routed
Replicated Text Execution - Provider-backed routed unit execution using the shared replicated session.
Enums§
- Partitioned
Runtime Construction Error - Failure from the reusable rank-local preparation lifecycle.
- Partitioned
Session Preparation Error - Failure while consuming architecture authority into a rank-local runtime.
- Partitioned
Unit Scope - Unit set constructed by the neutral partition lifecycle.
- Replicated
Text Session Error - Cold-path failure from replicated-text construction or session control.
- Session
State Realization - Exact mutable-state ownership bound to one shared text session.
Traits§
- Prediction
Target Operation - One typed adapter-owned operation over the authoritative prediction target.
- Replicated
Runtime Execution Strategy - Narrow constructor seam for strategies that use the ordinary full replicated runtime.
- Replicated
Text Execution Strategy - Statically dispatched extension point for one replicated text unit strategy.
- Replicated
Text Session Mechanisms - Backend mechanisms used by the generic replicated-text constructor.
- Replicated
Text Snapshot Mechanisms - Native mechanisms for complete, independently writable ordinary state copies. Unlike rollback checkpoints, these copies must remain stable as any descendant advances. Estimation is side-effect-free; completion stays with the existing backend submission owner, not this portable driver.
- Transactional
Prompt Cache Mechanisms - Reversible prompt-cache publication used by distributed session control.
Functions§
- construct_
replicated_ text_ session - Constructs one complete replicated-text session from selected policy and mechanism implementations.
- construct_
replicated_ text_ session_ with_ execution - Constructs one replicated text session with an additive unit-execution strategy.
- construct_
replicated_ text_ session_ with_ runtime - Constructs a partitioned strategy through the ordinary replicated-text session lifecycle.
- prepare_
default_ partitioned_ runtime - Runs the reusable cold-path lifecycle for one exact partition.
- prepare_
layered_ text_ contract - Validates a layered causal architecture against an authoritative text selection.
- prepare_
layered_ text_ contract_ with_ addressable_ parameters - Validates a layered causal architecture with independently addressable parameters.
- prepare_
partitioned_ session_ runtime - Consumes exact architecture authority into a rank-local runtime and state.
- prepare_
partitioned_ session_ runtime_ with_ exclusions - Consumes partition authority while excluding exact parameters supplied by an independently addressable store from ordinary materialization.
- prepare_
replicated_ text_ contract - Validates a concrete architecture against its authoritative selection and produces the unforgeable contract consumed by the neutral constructor.
- prepare_
replicated_ text_ contract_ with_ addressable_ parameters - Validates a concrete architecture while assigning an exact parameter set to independently addressable storage.