TokenOps controlled agent test execution

One TokenOps Work Order runs through the OS proof trail.

Controlled Agent test Execution advances a TokenOps task from intake and Work Order dispatch into execution command, runtime state, result contract, receipts, callback delivery, ledger, and attestation. The agent test path is designed for supervised activation, console review, and repeatable proof.

{
  "pilot_id": "tokenops_controlled_pilot_001",
  "tool": "tokenops",
  "execution_mode": "controlled_pilot",
  "runtime_state": "ready_for_operator_review",
  "proof_trail": [
    "work_order",
    "execution_command",
    "result_contract",
    "settlement_receipt",
    "usage_receipt",
    "callback_delivery",
    "ledger_entry",
    "attestation"
  ]
}
Operating purpose

The agent test creates one inspectable run instead of another reference diagram.

The controlled agent test route is the bridge between public contracts and a supervised operating run. It names the records the OS writes, the execution command the tool receives, the result package the tool returns, and the result objects the requesting agent or agent principal can inspect.

Intake

Work Order source.

Agent principal or agent intake resolves into a Work Order, tool route, runtime record, and execution binding.

Open dispatch rail →

Execution

Tool command.

TokenOps receives a scoped command with task token, requested capability, evidence inputs, callback target, and proof requirements.

Open execution binding →

Return

Result contract.

The result contract binds the TokenOps output to settlement receipt, usage receipt, callback state, ledger reference, and attestation.

Open result contract →

Review

Console visibility.

The console can inspect runtime state, retry state, callback delivery, receipt status, and proof envelope readiness.

Open console →

Agent test sequence

One path carries the work from request to returned proof.

The route is intentionally narrow: execute one TokenOps task, persist the state, return the proof envelope, and make the run inspectable before expanding to additional workflow volume.

1

Accept

Validate identity, tool scope, callback URL, schema version, and required TokenOps evidence.

2

Create

Create the agent test record, Work Order binding, execution command, and step events.

3

Execute

Advance TokenOps runtime state and return a result package with status, exceptions, and next action.

4

Return

Create result contract, settlement receipt reference, usage receipt, callback delivery event, ledger entry, and attestation.

5

Review

Expose the agent test report for console inspection, retry/replay decisions, and offer readiness.

Activation path

Controlled agent test execution is the first operating run to carry real state.

The OS has the public contracts, runtime tables, auth review, callback rail, and service-role policy pack. This agent test binds those pieces into one supervised TokenOps run.