Skip to main content

get_stats

Method
This is a method of the ContextManager class in the manager module.
Get current context statistics.

Signature

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

Returns

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

Uses

  • to_dict
  • get_utilization
  • get_warnings
  • get_stats

Used By

Source

View on GitHub

praisonaiagents/context/manager.py at line 851