(llm): Track accumulated token usage instead of per-request token usage (#7511)

Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Boxuan Li <liboxuan@connect.hku.hk>
This commit is contained in:
Xingyao Wang
2025-03-26 09:05:36 -07:00
committed by GitHub
parent 1230b229b5
commit c63d52d5e6
9 changed files with 298 additions and 38 deletions

View File

@@ -42,7 +42,6 @@ class ActionType(str, Enum):
"""Delegates a task to another agent.
"""
THINK = 'think'
"""Logs a thought.
"""