Skip to content

HarnessContextAssemblyStageCategory

NexusLabs.Foundry.MicrosoftAgentFramework

NexusLabs.Foundry.MicrosoftAgentFramework.Diagnostics

HarnessContextAssemblyStageCategory Enum

Public, privacy-safe mirror of Harness.Context.HarnessContextAssemblyStage: one step performed while producing a compaction/assembly decision, recorded in execution order in Stages so the reduction path can be inspected without exposing any entry content.

public enum HarnessContextAssemblyStageCategory

Fields

SnapshotCaptured 0

The initial (or a restarted) snapshot was captured from the configured provider.

RecoverableBodyEviction 1

Recoverable rehydrated bodies were evicted ahead of every other stage.

ReducerAttempt 2

The configured reducer was invoked for one bounded attempt.

RestartedAfterMutation 3

A newer snapshot version was observed after invoking the reducer; the in-flight proposal was discarded and assembly restarted deterministically from the newest snapshot.

DeterministicFallback 4

The deterministic preservation-only fallback was evaluated.