Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.166
@framers/agentos
InboundMessageHandler
Type alias InboundMessageHandler
Inbound
Message
Handler
:
(
(
message
,
binding
,
session
)
=>
void
|
Promise
<
void
>
)
Handler invoked when an inbound message is received and matched to a seed.
Type declaration
(
message
,
binding
,
session
)
:
void
|
Promise
<
void
>
Parameters
message
:
ChannelMessage
binding
:
ChannelBindingConfig
session
:
ChannelSession
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
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...
Handler invoked when an inbound message is received and matched to a seed.