Skip to main content

get_detailed_token_report

Method
This is a method of the AgentTeam class in the agents module.
Get a detailed token usage report.

Signature

def get_detailed_token_report() -> Dict[str, Any]

Returns

Returns
Dict[str, Any]
The result of the operation.

Uses

  • _token_collector.get_session_summary
  • _token_collector.get_recent_interactions

Source

View on GitHub

praisonaiagents/agents/agents.py at line 1527