A common pattern I've heard from several vibe coders (@datvo06 ) is a "pro-secret" to using long running agentic workflows is to periodically remind the agent of the task it was assigned etc.?
It might be useful to have this as some kind of handler (alongside the compaction handler in #604) to periodically ping the agent with its initial prompt after the context grows too long, i.e saying something like "remember your original prompt: {original prompt}" instead of having to manually extend all prompts with this information.
A common pattern I've heard from several vibe coders (@datvo06 ) is a "pro-secret" to using long running agentic workflows is to periodically remind the agent of the task it was assigned etc.?
It might be useful to have this as some kind of handler (alongside the compaction handler in #604) to periodically ping the agent with its initial prompt after the context grows too long, i.e saying something like "remember your original prompt: {original prompt}" instead of having to manually extend all prompts with this information.