Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.166
@framers/agentos
ChannelEvent
Interface ChannelEvent<T>
Generic channel event wrapper. The
data
field varies by event type.
interface
ChannelEvent
<
T
>
{
type
:
ChannelEventType
;
platform
:
ChannelPlatform
;
conversationId
:
string
;
timestamp
:
string
;
data
:
T
;
}
Type Parameters
T
=
unknown
Index
Properties
type
platform
conversation
Id
timestamp
data
Properties
type
type
:
ChannelEventType
platform
platform
:
ChannelPlatform
conversation
Id
conversation
Id
:
string
timestamp
timestamp
:
string
data
data
:
T
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
type
platform
conversation
Id
timestamp
data
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...
Generic channel event wrapper. The
datafield varies by event type.