> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Thaw Decision • AI Agent SDK

> ThawDecision: Result of a freeze-thaw (host-suspend gap) evaluation.

# ThawDecision

> Defined in the [**protocols**](../modules/protocols) module.

<Badge color="blue">AI Agent</Badge>

Result of a freeze-thaw (host-suspend gap) evaluation.

Attributes:
suspended: Whether an involuntary host-suspend gap was detected
since the previous observation.
gap\_seconds: Estimated duration the host was frozen (0.0 when not
suspended).
restart\_transports: Whether the wrapper should re-probe / restart
outbound channel sockets (idle-gated) because they may be
silently half-dead after the freeze.
reconcile\_schedule: Whether the wrapper should reconcile the
scheduler (coalesce missed cron fires) against the gap instead
of letting wall-clock catch-up storm on resume.

## Properties

<ResponseField name="suspended" type="bool">
  No description available.
</ResponseField>

<ResponseField name="gap_seconds" type="float">
  No description available.
</ResponseField>

<ResponseField name="restart_transports" type="bool">
  No description available.
</ResponseField>

<ResponseField name="reconcile_schedule" type="bool">
  No description available.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/gateway/protocols.py#L3433">
  `praisonaiagents/gateway/protocols.py` at line 3433
</Card>
