Reconcile external effects
Ask the destination what actually committed. A timeout stays uncertain until authoritative evidence settles it.
See the recovery pathProvider-neutral agent continuity
null.select lets a new runtime continue the same work only after external effects are reconciled, stale authority is fenced, and a fresh scoped lease is issued.
The control plane
Ask the destination what actually committed. A timeout stays uncertain until authoritative evidence settles it.
See the recovery pathAdvance a persisted execution epoch so late mutations from the previous runtime are rejected at the control boundary.
Inspect the fencing modelBind continuation to the new runtime identity, adapter release, capability digest, and current policy.
Explore capability checksIssue one fresh lease and a recipient-bound capsule containing evidence and references—not credentials or transcripts.
Read the safety boundaryBuilt for interrupted work
How it works
Intent is committed before dispatch. If contact is lost after a possible external effect, the attempt becomes uncertain—not generically failed.
Why null.select
Possible dispatch followed by loss of contact becomes uncertain. Ordinary continuation stays held until reconciliation or admitted target idempotency makes the next step safe.
Effect-capable leases are guarded by persisted fencing epochs and PostgreSQL constraints—not an in-process mutex that disappears during a crash.
The successor can use a different provider and model identity, but it receives authority only after its capabilities and current policy have been validated.
Recipient-bound capsules contain bounded evidence and references. Credentials, approvals, hidden reasoning, and raw transcripts do not cross the handoff.
Possible dispatch followed by loss of contact becomes uncertain. Ordinary continuation stays held until reconciliation or admitted target idempotency makes the next step safe.
A narrow safety boundary
The core owns relational control facts. Adapters own immutable destination semantics. Customer systems remain authoritative for their business objects.
No credentials, approvals, hidden reasoning, or raw transcripts in continuation capsules.
Review the safety modelThe practical boundaries to understand before an agent is allowed to continue consequential work.
Read the safety modelContinue with evidence
Provider-neutral continuity for consequential agent work.