AgentOS
About
Features
Blog
API Docs
Guides
Get Started
@framers/agentos
LifecycleActionResponse
Interface LifecycleActionResponse
The GMI's response to a
MemoryLifecycleEvent
. LifecycleActionResponse
interface
LifecycleActionResponse
{
gmiId
:
string
;
eventId
:
string
;
actionTaken
:
LifecycleAction
;
rationale
?:
string
;
requestedRetentionDuration
?:
string
;
metadata
?:
Record
<
string
,
any
>
;
}
Index
Properties
gmi
Id
event
Id
action
Taken
rationale?
requested
Retention
Duration?
metadata?
Properties
gmi
Id
gmi
Id
:
string
event
Id
event
Id
:
string
action
Taken
action
Taken
:
LifecycleAction
Optional
rationale
rationale
?:
string
Optional
requested
Retention
Duration
requested
Retention
Duration
?:
string
Optional
metadata
metadata
?:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
gmi
Id
event
Id
action
Taken
rationale
requested
Retention
Duration
metadata
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v1.0.1
Loading...
The GMI's response to a
MemoryLifecycleEvent. LifecycleActionResponse