Skip to main content

get_token_usage_summary

Method
This is a method of the AgentTeam class in the agents module.
Get a summary of token usage across all agents and tasks.

Signature

Returns

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

Uses

  • get_session_summary
  • get_token_collector

Source

View on GitHub

praisonaiagents/agents/agents.py at line 2555