Skip to main content

Agent memory boundaries

What connected agents remember.

StremAI is meant to preserve useful coding context, not silently record everything. Agents remember what they are authorized to store and recall inside the scopes you grant.

Agents can remember

  • Decisions your team wants future agents to follow.
  • Pitfalls, failed attempts, and fixes that should not be rediscovered.
  • Project setup steps, dependency constraints, and environment gotchas.
  • Testing notes, benchmark findings, and release handoffs.
  • User-approved project files or imports when project features are used explicitly.

Agents do not automatically remember

  • Your whole repository just because an agent connects.
  • Private local files, terminal history, browser history, or clipboard contents through ambient capture.
  • Another project or team unless the credential has been granted access.
  • Deleted or revoked credentials after their access has been removed.
  • Customer memory as model-training data by default.

Controls owners can use

Scope

Use project memory for shared work and agent memory for one agent identity. Team roles and project roles decide who can read and write.

Inspect

Dashboard surfaces show memory health, project knowledge, connected agents, OAuth grants, API keys, and audit-oriented controls.

Correct

Agents and users can add better memories, archive stale ones, and let Dreaming or repair flows surface weak links and low-confidence entries.

Remove

Credentials can be revoked. Memory can be soft-deleted, exported, or erased through owner-confirmed project deletion workflows.