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 SessionDeduplicationCache class in the manager module.
Get deduplication statistics.

Signature

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

Returns

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

Used By

Source

View on GitHub

praisonaiagents/context/manager.py at line 84