AgentOS
About
Features
Blog
API Docs
Guides
Get Started
@framers/agentos
AgentOSSystemProgressChunk
Interface AgentOSSystemProgressChunk
interface
AgentOSSystemProgressChunk
{
streamId
:
string
;
gmiInstanceId
:
string
;
personaId
:
string
;
isFinal
:
boolean
;
timestamp
:
string
;
metadata
?:
Record
<
string
,
any
>
;
type
:
SYSTEM_PROGRESS
;
message
:
string
;
progressPercentage
?:
number
;
statusCode
?:
string
;
}
Hierarchy (
view full
)
AgentOSResponseChunk
AgentOSSystemProgressChunk
Index
Properties
stream
Id
gmi
Instance
Id
persona
Id
is
Final
timestamp
metadata?
type
message
progress
Percentage?
status
Code?
Properties
stream
Id
stream
Id
:
string
gmi
Instance
Id
gmi
Instance
Id
:
string
persona
Id
persona
Id
:
string
is
Final
is
Final
:
boolean
timestamp
timestamp
:
string
Optional
metadata
metadata
?:
Record
<
string
,
any
>
type
type
:
SYSTEM_PROGRESS
message
message
:
string
Optional
progress
Percentage
progress
Percentage
?:
number
Optional
status
Code
status
Code
?:
string
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
stream
Id
gmi
Instance
Id
persona
Id
is
Final
timestamp
metadata
type
message
progress
Percentage
status
Code
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v1.0.1
Loading...