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.
SessionDeduplicationCache
Defined in the manager module.AI Agent Thread-safe session-level content deduplication cache. Tracks content hashes across all agents in a workflow session to prevent duplicate content from being sent to LLM.
Constructor
No description available.
Methods
check_and_add()
Check if content hash exists and add if new.
get_stats()
Get deduplication statistics.
clear()
Clear the cache.
Source
View on GitHub
praisonaiagents/context/manager.py at line 37
