get_sigrank_standard_record
Builds a portable sigrank/0.1-draft compatibility record from token telemetry, computing Yield, Leverage, Velocity, SNR, and 10xDEV locally without persisting data.
Instructions
Build Upsilon's portable sigrank/0.1-draft compatibility record from available token telemetry. Input and output are required; unavailable cache telemetry remains null. Computes the canonical cascade locally through token-cascade and returns Yield, Leverage, Velocity, SNR, and 10xDEV. Upsilon is the measurement product; SigRank is the public leaderboard. No data is submitted or persisted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Optional tool/client identifier. | |
| input | Yes | Fresh input tokens. | |
| model | No | Optional model identifier. | |
| output | Yes | Output tokens. | |
| provider | No | Optional provider identifier. | |
| timestamp | No | Optional ISO-8601 timestamp. Defaults to the current time. | |
| cache_read | No | Cache-read tokens, or null when unavailable. | |
| cache_write | No | Cache-write / cache-creation tokens, or null when unavailable. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | Legacy wire identifier. Resolves to TTEOP tteop/0.1-draft. | |
| source | Yes | ||
| metrics | Yes | ||
| protocol | Yes | ||
| warnings | Yes | ||
| telemetry | Yes | ||
| timestamp | Yes | ISO-8601 record timestamp. | |
| spec_status | Yes | Indicates this spec identifier is a legacy alias, not a current protocol. |