You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docs): correct multi-channel cookbook imports + adapter API
The multi-channel cookbook example used three classes
(DiscordAdapter / SlackAdapter / TelegramAdapter) imported from
@framers/agentos-extensions subpaths that the package's exports field
does not actually expose, and the class names did not match the real
exports. Update to the canonical names (DiscordChannelAdapter etc.)
re-exported from @framers/agentos/channels, and align the initialize()
shape and ChannelRouter API (registerAdapter, sendMessage with cipherId,
onMessage handler triple) with the runtime contract.
0 commit comments