nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
MemoryPayload
Interface MemoryPayload
Payload for memory operation events.
interface
MemoryPayload
{
type
:
"memory"
;
operation
:
"write"
|
"read"
;
memoryType
:
string
;
key
?:
string
;
sizeBytes
?:
number
;
}
Index
Properties
type
operation
memory
Type
key?
size
Bytes?
Properties
Readonly
type
type
:
"memory"
Readonly
operation
operation
:
"write"
|
"read"
Readonly
memory
Type
memoryType
:
string
Optional
Readonly
key
key
?:
string
Optional
Readonly
size
Bytes
sizeBytes
?:
number
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
type
operation
memory
Type
key
size
Bytes
GitHub
npm
nexus-agents - v2.80.0
Loading...
Payload for memory operation events.