Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions model/AI/Properties/agentMemoryStore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
SPDX-License-Identifier: Community-Spec-1.0

# agentMemoryStore

## Summary

Indicates whether the AI agent uses persistent memory and, if so, where that memory is stored (e.g., file path, database/Vector DB URI, object store, or other addressable location).

## Description

Records a reference (URI or file path) to the storage used by the agent to retain information across steps/sessions (e.g., episodic logs, semantic embeddings, user/profile notes, tool interaction history).

If the agent does not use persistent memory, set the value to NONE. If the presence or location of memory cannot be determined, set to NOASSERTION.

For multiple memory backends, repeat this property once per backend.

## Metadata

- name: agentMemoryStore
- Nature: DataProperty
- Range: xsd:anyURI