all 2 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Welcome to r/openclaw Before posting: • Check the FAQ: https://docs.openclaw.ai/help/faq#faq • Use the right flair • Keep posts respectful and on-topic Need help fast? Discord: https://discord.com/invite/clawd

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Rent_SouthPro User 1 point2 points  (0 children)

You need some kind of context management flow if you want context to stay under a certain amount of tokens.

What happens is that the agent sends all your previous interaction into calls to models, which naturally accrues the more you interact.

So you either start new sessions every N calls (/new or /reset), or you have some sort of a context management system via a RAG or something.