# `Agentic.Loop.Stages.ProgressInjector`

Injects a system reminder after tool calls to prevent context drift.

After every tool use, injects a structured reminder with current phase,
progress, context usage, and turns remaining. This keeps the model focused
on its current objective in long conversations.

Only injects when `config.progress_injection` is `:system_reminder`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
