PASR Local · examples · sample output
Sample PASR output: a BLOCKED tool call
A concrete, public sample of what PASR Local produces when an AI agent proposes a tool call. PASR Local is a local/offline pre-intervention stability gate; this page shows the decision and the shape of the evidence — it proves what "evidence pack" means.
Illustrative sample only — this is not live execution, contains no real customer data, and is not a download.
Proposed action
An agent proposes a tool call (illustrative; executes nothing):
update_customer_record({
"customer_id": "cust_2471",
"field": "support_tier",
"value": "priority"
})
PASR result
PASR Local Demo Result
Decision: BLOCKED
Reason: Actuation plane not ready
Mapped operator action: WAIT_FOR_PLANE_READY
Hardware touched: No
Simulated effect emitted: No
BLOCKED is expected in the default demo — PASR refused to let the proposed intervention proceed because the gate was not ready, working as designed.
Evidence
A run produces a dry-run receipt, a blocker reason, a human-readable readout, and a bounded evaluator return packet. The shapes below are illustrative.
Evidence pack (dry-run receipt + blocker reason)
{
"pack_version": "pasr_evidence_pack_v0",
"dry_run": true,
"decision": "BLOCKED",
"reason_code": "ACTUATION_PLANE_NOT_READY",
"mapped_operator_action": "WAIT_FOR_PLANE_READY",
"proposed_action_class": "ADAPTER_PROPOSAL",
"hardware_touched": false,
"simulated_effect_emitted": false
}
Human-readable readout
Proposed: update_customer_record (ADAPTER_PROPOSAL)
Gate: actuation plane not ready
Decision: BLOCKED -> operator action WAIT_FOR_PLANE_READY
No hardware touched. No simulated effect emitted.
Evaluator return packet shape
{
"return_packet_version": "pasr_return_packet_v0",
"archive_verifier_status": "...",
"compose_config_status": "...",
"container_smoke_status": "...",
"readout_status": "...",
"expected_blocked_result_seen": "yes | no | unknown",
"host_os": "...",
"docker_version": "...",
"python_version": "...",
"notes": "bounded"
}
This sample is a single gate / readout artifact
This page shows one gated decision and its readout. The newer memory-loop evaluation adds, across repeated interventions:
- event memory (append-only local decision events)
- geometry snapshot
- intervention_memory section
- human / JSON / JSONL export
What this sample is not
- Not live execution — this is a static, illustrative sample.
- No real customer data; identifiers are fabricated.
- Not a download; the Evaluation Pack is delivered manually by request.
- PASR is not safety-certified and does not control hardware. No hardware execution in the current package.
Request a PASR Evaluation Pack
PASR Local Evaluation Pack is available by request for bounded technical evaluation and guided pilot discussions. Delivery is manual while the product is in early evaluation.