Output will stream here when you run the agent.
Summary
The Slack Agent turns your agent into a Slack bot. It answers mentions and direct messages, keeps each conversation scoped to its thread, and replies with Slack formatting. Reach for it to put an assistant where your team already works — an on-call helper, a docs bot, or a triage assistant.
Installation
$ pnpm dlx shadcn@latest add @agentcn/langgraph/slack-agent
Composition
├── index.ts
├── instructions.md
├── tools/post_message.tsCustomization
- Edit
index.tsto change the model, description, or system prompt. - Add route-local tools under
tools/; tool input and output types are inferred from TypeScript. - Run
dawn verifybefore deploying generated LangGraph artifacts.