Context
PR #147 adds best-effort internal token-usage records through the azure.functions.AgentRuntime INFO logger. Repository tests verify the in-process logger call, but cannot prove delivery through the hosted Azure Functions logging pipeline to the intended internal sink.
Validation
Deploy PR #147 to a representative hosted Function App and invoke at least one primary, delegated, streaming, unavailable-usage, and workflow Sub Agent call.
Exit criteria
Hosted delivery semantics are documented with durable evidence, and FRD 0008 no longer has an untracked external merge gate.
Context
PR #147 adds best-effort internal token-usage records through the
azure.functions.AgentRuntimeINFO logger. Repository tests verify the in-process logger call, but cannot prove delivery through the hosted Azure Functions logging pipeline to the intended internal sink.Validation
Deploy PR #147 to a representative hosted Function App and invoke at least one primary, delegated, streaming, unavailable-usage, and workflow Sub Agent call.
Agent token usage: {json}INFO record reaches the intended internal sink.azure.functions.AgentRuntime.Exit criteria
Hosted delivery semantics are documented with durable evidence, and FRD 0008 no longer has an untracked external merge gate.