What it does
- Automatic summarization: triggers when tool output exceeds 10,000 tokens, condensing it before passing it to the next agent
- Goal-directed condensation: surfaces only security-relevant content based on the task objective, discarding noise
- Large output handling: pre-truncates extremely large outputs (over 900,000 tokens) before summarization to stay within processing limits
- Graceful fallback: returns a truncated version of the original output if summarization fails, ensuring no data is lost

