anthropics / anthropics/claude-agent-sdk-python

Python SDK ResultMessage's message.usage['input_tokens'] isn't correct

Open
#112 3 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
8.1k
Forks
1.3k
Avg merge
2d 31m
Merged PRs (30d)
1

Description

I am trying to analyze token in and out for Claude Code Python SDK.
For my task, after completion, I looked at the ResultMessage,
usage['input_tokens'] is 69
usage['output_tokens'] is 18467

The input_tokens here is really off
and output_tokens seem to be accumulated correctly.

I looked at cache_creation_input_tokens and cache_read_input_tokens stored in usage dictionary.
They don't seem to represent cumulative input_tokens.

I used this prompt for my coding task

https://github.com/RooCodeInc/Roo-Code-Evals/blob/main/prompts/python.md

and had cwd pointed to this

https://github.com/RooCodeInc/Roo-Code-Evals/tree/main/python/pov

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.