Skip to main content

4 posts tagged with "Today I Learn (TIL)"

Quick, focused 5-10 minute guides on specific Google ADK features. Each TIL teaches one concept with working code examples and practical implementation.

View All Tags

TIL: Context Compaction with Google ADK 1.16

· 9 min read
Raphaël MANSUY
Elitizon Ltd

Long agent conversations accumulate thousands of tokens. After 100+ exchanges, sending the entire history to the model becomes expensive and slow. Context Compaction fixes this by intelligently summarizing old interactions.

In one sentence: Context Compaction automatically summarizes older conversation events using an LLM, reducing token usage while preserving conversational context.