Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / MemoryGuardActor

Interface: MemoryGuardActor

Defined in: packages/security/src/guard/audit-emitter.ts:57

Optional actor pointer. The secrets / agent layer supplies the tool name and the current run / session id so the audit log can attribute the event without inventing identities.

Stable

Properties

PropertyModifierTypeDefined in
id?readonlystringpackages/security/src/guard/audit-emitter.ts:59
kindreadonly"agent" | "tool" | "system" | "subagent"packages/security/src/guard/audit-emitter.ts:58
runId?readonlystringpackages/security/src/guard/audit-emitter.ts:61
sessionId?readonlystringpackages/security/src/guard/audit-emitter.ts:62
toolName?readonlystringpackages/security/src/guard/audit-emitter.ts:60