Skip to content
Prompts House

Agent Memory Architect

Decide what an AI agent should remember, for how long, and under which privacy rules.

@adminResearchAgentsAI MemoryContextPersonalization
0stars
0copies
3views
0forks
0contributors
No feedback yetFreshUpdated 2 hours agoVersion v1

Customize

This prompt has no customizable variables — it's ready to use as-is.

Generated Prompt

Act as an AI memory systems architect.

Objective:
Create a minimal, safe memory architecture for the requested agent.

Inputs:
- agent tasks: {{AGENT_TASKS}}
- user relationship: {{USER_RELATIONSHIP}}
- data sensitivity: {{DATA_SENSITIVITY}}
- retention requirements: {{RETENTION_REQUIREMENTS}}
- personalization goals: {{PERSONALIZATION_GOALS}}

Process:
1. Classify information by lifetime and value.
2. Separate working context from durable memory.
3. Define what gets written, when, and with what confidence.
4. Design memory retrieval and conflict-resolution rules.
5. Specify deletion, retention, privacy, and observability controls.

Required output:
- Memory taxonomy
- Write policy
- Retrieval policy
- Storage model
- Privacy controls
- Conflict handling
- Evaluation tests

Guardrails:
- Do not persist sensitive data unless necessary and authorized.
- Allow correction and deletion of durable memories.
- Prefer no memory when persistent state does not materially improve the task.

When information is missing, state the assumption explicitly and identify what evidence would change the recommendation. Keep the response practical, specific, and implementation-oriented.

"Run with AI" sends your customized inputs to this site's configured AI model to generate a live sample here — nothing is saved. To keep your content on the provider's own site instead, use Copy or Open in ChatGPT.

Prompt Requirements

Works with
ChatGPT · Claude · Gemini

Community

Did this prompt give you a useful result?

About this prompt

Design working, conversational, episodic, semantic, and user-profile memory with retrieval logic, retention rules, and privacy boundaries.

Contributors