{{ row.id | inline_code }}
{{ row.statement | inline_code }}
{{ t('macros.layout.evidence') }} {{ row.evidence | inline_code }}
{% from "html/macros/forms.html" import clarification_responses %} {% from "html/macros/layout.html" import row_key %}
{{ taskType }}
{{ humanSummary.headline | inline_code }}
{% if executionRoles %}| {{ t('base.role') }} | {{ t('base.execution-label') }} | {{ t('base.status') }} |
|---|---|---|
| {{ row.role }} | {{ row.executionLabel }} |
{{ row.status }} |
{{ row.id | inline_code }}
{{ t('macros.layout.evidence') }} {{ row.evidence | inline_code }}
{{ row.id | inline_code }}
{% for pos in row.get("workersPosition", []) %}{{ pos.worker | inline_code }} · {{ pos.position | inline_code }}{% if not loop.last %} · {% endif %}{% endfor %}
{{ t('macros.layout.evidence') }} {{ row.evidence | inline_code }}
{{ row_id | inline_code }}{{ row.kind | enum_label('ledgerKind') }}
{{ row.text | inline_code }}
{% if row.codeEvidence %}{{ t('base.source') }} {{ row.codeEvidence | code_evidence }}
{% elif row.source %}{{ t('base.source') }} {{ row.source | inline_code }}
{% endif %} {% if row.confidence %}{{ t('base.confidence') }} {{ row.confidence | inline_code }}
{% endif %}{{ t('runUsage.intro') }}
| {{ t('runUsage.agent') }} | {{ t('runUsage.raw-tokens') }} | {{ t('runUsage.cache-read-tokens') }} | {{ t('runUsage.billable-tokens') }} | {{ t('runUsage.cost') }} | {{ t('runUsage.duration') }} |
|---|---|---|---|---|---|
| {{ row.rawTokens }}{% if row.cliTokens %}{{ t('runUsage.cli') }} {{ row.cliTokens }}{% endif %} | {{ row.cacheReadTokens }} | {{ row.billableTokens }} | {{ row.cost }}{% if row.cliCost %}+ {{ t('runUsage.cli') }} {{ row.cliCost }}{% endif %} | {{ row.duration }} | |
| {{ t('runUsage.unaccounted') }} | {{ runUsage.unaccounted.rawTokens }} | {{ runUsage.unaccounted.cacheReadTokens }} | {{ runUsage.unaccounted.billableTokens }} | {{ runUsage.unaccounted.cost }} | |
| {{ t('runUsage.row-lead') }} | {{ runUsage.lead.rawTokens }} | {{ runUsage.lead.cacheReadTokens }} | {{ runUsage.lead.billableTokens }} | {{ runUsage.lead.cost }} | |
| {{ t('runUsage.row-workers') }} | {{ runUsage.worker.rawTokens }} | {{ runUsage.worker.cacheReadTokens }} | {{ runUsage.worker.billableTokens }} | {{ runUsage.worker.cost }} | |
| {{ t('runUsage.row-total') }} | {{ runUsage.grand.rawTokens }} | {{ runUsage.grand.cacheReadTokens }} | {{ runUsage.grand.billableTokens }} | {{ runUsage.grand.cost }} | |
| {{ t('runUsage.row-cli') }} | {{ runUsage.cliCost }} | ||||
| {{ t('runUsage.row-task-cumulative') | replace('{runs}', runUsage.taskCumulative.runCount) }} | {{ runUsage.taskCumulative.rawTokens }} | {{ runUsage.taskCumulative.cacheReadTokens }} | {{ runUsage.taskCumulative.billableTokens }} | {{ runUsage.taskCumulative.cost }} |