Expand description
Completed-token execution control, discovery and snapshot resource contracts. Portable discovery and resource contracts for completed-token execution control.
Structs§
- Execution
Control Capabilities - Exact loaded-session execution-control capabilities. Native handles and estimators never enter this serializable report.
- Generation
Control Handle - Thread-safe requests for a worker whose native session can remain thread-affine. Pausing is sticky until the owning worker explicitly resumes. Cancellation retains the ordinary permanent cancellation-token semantics.
- Snapshot
Estimate - Logical storage facts supplied without allocating or evaluating native state. Values include conservative copy-on-write allowances where applicable. They do not promise a physical allocator/private-workspace ceiling.
- Snapshot
Limits - Independently bounded snapshot and child-state resources.
- Snapshot
Usage - Observed logical snapshot accounting, separate from capture/transport limits.
Enums§
- Control
Support - Support for one operation on the actual selected execution configuration.
- Execution
Control Error - Portable invalid-state or budget failure, before a native operation is called.
- Generation
Status - Observable lifecycle of one controllable ordinary generation session.
- Snapshot
Isolation - Mutable-state isolation promised by an opaque native in-process snapshot.
- Snapshot
Resource Kind - Kind of state retained under a snapshot resource reservation.
Constants§
- EXECUTION_
CONTROL_ SCHEMA_ VERSION - Version of execution-control metadata and lifecycle records.
Traits§
- Native
Text State Backend - Native persistent-state mechanisms for ordinary text generation.