MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / _Usage

Class _Usage

src/harness/execution/llm_executor.py:507–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505 self.message = msg
506
507 class _Usage:
508 total_tokens = 0
509 prompt_tokens = 0
510 completion_tokens = 0
511
512 tc_objs = []
513 for tc in ev.get("tool_calls") or []:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected