Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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