Skip to main content

get_combined_stats

Method
This is a method of the MultiAgentContextManager class in the manager module.
Get combined statistics across all agents.

Signature

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

Returns

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

Uses

  • manager.get_stats
  • get_combined_total
  • policy.to_dict
  • get_stats

Source

View on GitHub

praisonaiagents/context/manager.py at line 1113