Claude Managed Agents feature request
Anybody from Anthropic out there reading? Here is a tiny feature request for the cool new Claude Managed Agents: currently the usage field on a session seems only to get updated (with, e.g., current token counts) when the session goes idle. But, I also want to track usage during long, multistep executions … in fact, I might argue that’s MOSTLY when I want to track it, to prevent runaway work.
So, it would be nice if the usage stats updated live, or live-ish.
Update: somebody from Anthropic was out there reading 😋
I maintain that a live usage field would be nice, but in the meantime, it’s possible to query the /session/<id>/events endpoint, noting that that span.model_request_end events each contain a token tally —