Lightweight web chat channel adapter for AgentOS.
webchatChannelSendMessagewebchatChannel
- This is a curated channel pack.
- Channels stay opt-in because they can connect to host transport layers.
- Enable it through
createCuratedManifest({ channels: ['webchat'] })or a custom extension manifest. - The adapter delegates transport to the host gateway rather than shipping an external SDK.
- None
manifest.jsondefines the exported tool and messaging-channel descriptor.src/contains the adapter implementation.