@zuno-ai/chat-bot-glue
v0.2.2
Published
Translates Zuno `AgentEvent`s to chat-platform thread posts (Slack, Teams, Discord, …). Platform-agnostic — the caller plugs in a `post` function.
Readme
@zuno-ai/chat-bot-glue
Translates Zuno AgentEvents to chat-platform thread posts (Slack, Teams, Discord, …). Platform-agnostic — the caller plugs in a post function.
Use this package directly when: You're building a Slack/Teams/Discord bridge for Zuno. Consumes Storage.subscribeEvents directly (in-process), not the HTTP wire.
For the typical embedded case, consume Zuno through the high-level @zuno-ai/sdk facade — createZuno(config) wires this package in alongside everything else with sensible defaults.
Install
pnpm add @zuno-ai/chat-bot-glueSee ./src for the public API. Types are emitted at publish time to ./dist/index.d.ts.
