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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
id? | readonly | string | packages/security/src/guard/audit-emitter.ts:59 |
kind | readonly | "agent" | "tool" | "system" | "subagent" | packages/security/src/guard/audit-emitter.ts:58 |
runId? | readonly | string | packages/security/src/guard/audit-emitter.ts:61 |
sessionId? | readonly | string | packages/security/src/guard/audit-emitter.ts:62 |
toolName? | readonly | string | packages/security/src/guard/audit-emitter.ts:60 |