▲ 2 r/AI_Agents
Hi everyone,
I’ve been working on a continuity layer for OpenClaw agents, and I’d like to get feedback from people building or running AI agents.
The problem I’m trying to solve is that many agents can respond well within a single turn, but they often lose track of things like:
- pending topics that should be continued later
- promises or follow-ups mentioned earlier
- unfinished conversations across multiple turns
- lightweight behavior/settings changes made through natural language
My current approach is not to replace the model’s memory or build a full RAG system. Instead, it works more like a runtime-side continuity layer that tracks conversational state, follow-up intent, and small configuration changes around the agent.
I’m curious how other people here think about this problem:
- Should continuity be handled mostly by the model, by external memory, or by runtime logic?
- How do you prevent follow-up systems from becoming annoying or spammy?
- What safety assumptions would you expect from this kind of agent memory layer?
I can share the repo link in the comments if that is allowed.
u/Fit-Landscape-9039 — 25 days ago