Skip to main content

SessionDeduplicationCache

Defined in the manager module.
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

max_size
int
default:"1000"
No description available.

Methods