II.
SharedContextSpec JSON
Structured · liveshared-context-spec:agent-mux-observability-cost-info
CostInfo json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "shared-context-spec:agent-mux-observability-cost-info",
"_kind": "SharedContextSpec",
"_file": "extensions/shared-context-specs/agent-mux-observability-types.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "CostInfo",
"contextKind": "logging-payload",
"typescriptInterface": "CostInfo",
"producerIface": "@a5c-ai/agent-mux adapters / runs (emit run-complete cost)",
"consumerIfaces": [
"Logger.runComplete / runError",
"Telemetry.recordRunComplete / recordRunError"
],
"fieldSchema": [
"totalUsd:number:optional:Aggregated USD spend for the run",
"inputTokens:int:optional:Input tokens consumed",
"outputTokens:int:optional:Output tokens produced",
"thinkingTokens:int:optional:Reasoning/thinking tokens (where applicable)"
],
"sourceCitation": "packages/agent-mux/observability/src/types.ts:13-18"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "package:a5c-ai-agent-mux-observability",
"to": "shared-context-spec:agent-mux-observability-cost-info",
"kind": "has_payload_schema",
"attributes": {}
}
]
}