MemoGrafterAgent
getSessionTags()
Read normalized tags for the current session.
What it does
Read normalized tags for the current session.
The operation is scoped to the agent’s current session, so callers do not pass a session identifier on every call.
Signature
TypeScript
getSessionTags(): string[]Result
The requested identifier or text value.
Example
example.ts
const tags = agent.getSessionTags();