AxResolvedContextPolicy
type AxResolvedContextPolicy = object;Properties
actionReplay
actionReplay: "full" | "adaptive" | "minimal" | "checkpointed";budget
budget: AxContextPolicyBudget;checkpoints
checkpoints: object;enabled
enabled: boolean;triggerChars?
optional triggerChars: number;contextHygiene
contextHygiene: object;defaultMode
defaultMode: ActionLogHygieneMode;pressureMode?
optional pressureMode: ActionLogHygieneMode;errorPruning
errorPruning: boolean;hindsightEvaluation
hindsightEvaluation: boolean;maxRuntimeChars
maxRuntimeChars: number;preset
preset: AxContextPolicyPreset;pruneRank
pruneRank: number;rankPruneGraceTurns
rankPruneGraceTurns: number;recentFullActions
recentFullActions: number;stateInspection
stateInspection: object;contextThreshold?
optional contextThreshold: number;enabled
enabled: boolean;stateSummary
stateSummary: object;enabled
enabled: boolean;maxChars?
optional maxChars: number;maxEntries?
optional maxEntries: number;summarizerOptions?
optional summarizerOptions: Omit<AxProgramForwardOptions<string>, "functions">;targetPromptChars
targetPromptChars: number;tombstoning
tombstoning:
| boolean
| Omit<AxProgramForwardOptions<string>, "functions">
| undefined;