@cuylabs/channel-m365-slack-agent-core
v0.4.0
Published
M365/Azure Bot Service Slack transport for @cuylabs/agent-core
Maintainers
Readme
@cuylabs/channel-m365-slack-agent-core
M365/Azure Bot Service Slack transport for @cuylabs/agent-core.
Use this package when Slack traffic should arrive through Azure Bot Service and the Microsoft Agents hosting stack instead of Slack Bolt.
import { mountM365SlackAgent } from "@cuylabs/channel-m365-slack-agent-core";Install:
pnpm add @cuylabs/channel-m365-slack-agent-core @cuylabs/channel-m365-slack @cuylabs/channel-slack @cuylabs/channel-m365-agent-core @microsoft/agents-hosting @microsoft/agents-activity expressThis package depends on:
@cuylabs/channel-m365-slackfor Slack payload parsing from M365channelData@cuylabs/channel-slackfor shared Slack formatting, session, and ambient context primitives@cuylabs/channel-m365-agent-corefor the Microsoft Agents / CloudAdapter base transport@microsoft/agents-*peers for runtime hosting types and adapters
Internally this package imports only the
@cuylabs/channel-slack/core subpath, so it does not depend on Bolt,
Socket Mode, or direct Slack runtime code.
See docs/m365-slack.md for setup and behavior details.
