QTP

Quantum Temporal Planner · 3-step lookahead, probabilistic branching, rollback checkpoints under the Q-Routed™ trademark family

Sibling of: Q-Routed™ · QPC™ Envelope: Ed25519 + ML-DSA-65 State: per-tenant DO

Temporal lookahead

POST /plan/temporal — project cycles + chain-depth at T+1/2/3 deterministically

Probabilistic branching

POST /plan/branch — 4-branch eval (primary/degraded/desync/critical) with PHI-decayed weights

Rollback checkpoints

POST /plan/checkpoint & /plan/rollback — labelled snapshots, rolling 50-window, pre-rollback safety

Audit-immutable

Rollback restores working state; seal:chain:* stays intact

Endpoint reference

POST /plan/temporalProject (cycles, chain_depth, Gödel watermark, predicted_coherence) at T0..Tn. Body: {horizon?: int, command?: str}.
POST /plan/branchCompute 4-branch distribution per step + active branch. Body: {coherence: float[0..1], horizon?: int}.
POST /plan/checkpointSnapshot current state. Body: {label?: str}. Rolling 50-window.
POST /plan/rollbackRestore from {label: str}. Auto-creates safety checkpoint first.
GET /plan/checkpointsList checkpoints + rollback log.
GET /healthWorker + DO health.
GET /seal/pubkeysHybrid Ed25519 + ML-DSA-65 public keys (independent trust domain).
POST /apexSelf-anchor an apex sha256 (backtest sessions).
GET /admin/<tenant>/{status,log}Per-tenant DO inspection.