Skip to main content

Module replicated_session

Module replicated_session 

Source
Expand description

Backend-neutral replicated-text execution and session ownership. Backend-neutral replicated-text execution and session ownership.

Structs§

DirectReplicatedTextExecution
Ordinary unit execution for replicated text architectures.
DistributedSessionCheckpoint
Complete rank-local checkpoint whose presence was agreed by a partitioned session.
DistributedStateCheckpoint
Rank-local state checkpoint whose presence was agreed by a partitioned session.
PartitionedSessionFactoryInput
Exact architecture, partition, communication manifest, and payload work received by a partition-runtime factory.
PreparedPartitionedRuntimeComponents
Architecture, policy, state, and communication authority completed by the neutral partition construction lifecycle.
PreparedPartitionedSessionRuntime
Rank-local runtime, state, and cache identity prepared by partition construction.
PreparedReplicatedTextContract
Opaque proof that one concrete architecture agrees with an authoritative replicated-text selection and its exact materialization tasks.
ReplicatedTextControlState
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.
ReplicatedTextRuntime
Resident or bounded layered runtime paired before session construction.
ReplicatedTextSession
Complete backend-neutral replicated-text session.
ReplicatedTextSessionCheckpoint
Complete transactional checkpoint including composite prompt-input identity.
ReplicatedTextSessionReport
Immutable session and residency report produced by neutral orchestration.
RoutedReplicatedTextExecution
Provider-backed routed unit execution using the shared replicated session.

Enums§

PartitionedRuntimeConstructionError
Failure from the reusable rank-local preparation lifecycle.
PartitionedSessionPreparationError
Failure while consuming architecture authority into a rank-local runtime.
PartitionedUnitScope
Unit set constructed by the neutral partition lifecycle.
ReplicatedTextSessionError
Cold-path failure from replicated-text construction or session control.
SessionStateRealization
Exact mutable-state ownership bound to one shared text session.

Traits§

PredictionTargetOperation
One typed adapter-owned operation over the authoritative prediction target.
ReplicatedRuntimeExecutionStrategy
Narrow constructor seam for strategies that use the ordinary full replicated runtime.
ReplicatedTextExecutionStrategy
Statically dispatched extension point for one replicated text unit strategy.
ReplicatedTextSessionMechanisms
Backend mechanisms used by the generic replicated-text constructor.
ReplicatedTextSnapshotMechanisms
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.
TransactionalPromptCacheMechanisms
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.