Files
openclaw/qa/scenarios/thread-memory-isolation.md
2026-04-08 05:37:17 +01:00

873 B

Thread memory isolation

id: thread-memory-isolation
title: Thread memory isolation
surface: memory
objective: Verify a memory-backed answer requested inside a thread stays in-thread and does not leak into the root channel.
successCriteria:
  - Agent uses memory tools inside the thread.
  - The hidden fact is answered correctly in the thread.
  - No root-channel outbound message leaks during the threaded memory reply.
docsRefs:
  - docs/concepts/memory-search.md
  - docs/channels/qa-channel.md
  - docs/channels/group-messages.md
codeRefs:
  - extensions/memory-core/src/tools.ts
  - extensions/qa-channel/src/protocol.ts
  - extensions/qa-lab/src/suite.ts
execution:
  kind: custom
  handler: thread-memory-isolation
  summary: Verify a memory-backed answer requested inside a thread stays in-thread and does not leak into the root channel.