AgentOS
About
Features
Blog
API Docs
Guides
Get Started
@framers/agentos
PersonaStateOverlay
Interface PersonaStateOverlay
Captures the overlay state applied to a persona at runtime.
interface
PersonaStateOverlay
{
personaId
:
string
;
appliedRules
:
string
[]
;
patchedDefinition
:
Partial
<
IPersonaDefinition
>
;
metadata
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
persona
Id
applied
Rules
patched
Definition
metadata?
Properties
persona
Id
persona
Id
:
string
applied
Rules
applied
Rules
:
string
[]
patched
Definition
patched
Definition
:
Partial
<
IPersonaDefinition
>
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
persona
Id
applied
Rules
patched
Definition
metadata
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v1.0.1
Loading...
Captures the overlay state applied to a persona at runtime.