Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.166
@framers/agentos
UICommand
Interface UICommand
Export
Defines a command for the UI, to be interpreted by the client.
Interface
UICommand
interface
UICommand
{
commandId
:
string
;
targetElementId
?:
string
;
payload
:
Record
<
string
,
any
>
;
metadata
?:
Record
<
string
,
any
>
;
}
Index
Properties
command
Id
target
Element
Id?
payload
metadata?
Properties
command
Id
command
Id
:
string
Optional
target
Element
Id
target
Element
Id
?:
string
payload
payload
:
Record
<
string
,
any
>
Optional
metadata
metadata
?:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
command
Id
target
Element
Id
payload
metadata
Architecture
Cognitive Memory
RAG & Memory
Capability Discovery
Tool Calling
Skills
Voice TTS/STT
Safety Primitives
Guardrails
Observability
Planning Engine
Human-in-the-Loop
Agent Communication
Changelog
@framers/agentos - v0.1.166
Loading...
Defines a command for the UI, to be interpreted by the client.
Interface
UICommand