actrone-memory
Preparing search index...
index
SessionMetadata
Interface SessionMetadata
Basic stats about a session.
interface
SessionMetadata
{
agentId
:
string
;
sessionId
:
string
;
turnCount
:
number
;
createdAt
?:
string
;
lastActive
?:
string
;
}
Index
Properties
agent
Id
session
Id
turn
Count
created
At?
last
Active?
Properties
Readonly
agent
Id
agentId
:
string
Readonly
session
Id
sessionId
:
string
Readonly
turn
Count
turnCount
:
number
Optional
Readonly
created
At
createdAt
?:
string
ISO-8601 timestamps, when the session exists.
Optional
Readonly
last
Active
lastActive
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
session
Id
turn
Count
created
At
last
Active
actrone-memory
Loading...
Basic stats about a session.