Summary

Cloudflare released Agents SDK v0.12.4 with chat recovery, retry configuration, durable Think submissions, and Voice connection control. It later added dashboard and GraphQL usage counts for Dynamic Workers, giving teams more visibility into agent-style compute usage as those workloads become billable and dynamic.

What changed

Cloudflare improved Agents SDK recovery and routing behavior, then exposed Dynamic Workers usage counts in the Workers dashboard and GraphQL Analytics API.

Why it matters

Production agents need both reliability and operability. Recovery behavior keeps long-running sessions alive through messy network conditions, while Dynamic Workers usage tracking gives platform teams a way to monitor cost drivers and capacity patterns for sandboxed or per-user agent compute.

Evidence excerpt

Cloudflare says Agents SDK v0.12.4 keeps server turns running when streams are interrupted; its changelog also says Dynamic Workers usage is now visible in the dashboard and queryable through GraphQL Analytics API.

Sources