The Slack interface turns any Agno agent, team, or workflow into an interactive Slack app with streaming task cards, suggested prompts, and thread-based sessions.Documentation Index
Fetch the complete documentation index at: https://docs.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
slack_agent.py
How It Works
| Concept | Behavior |
|---|---|
| Threads | Each Slack thread is a separate session with its own history |
| Streaming | Responses stream as live task cards with tool calls visible |
| @mentions | By default, responds to @mentions in channels and all DMs |
| Files | Users can send files; agents can upload responses |
Setup
Requires a Slack App with OAuth scopes and event subscriptions. See the full setup guide for step-by-step instructions. Environment variables:Next Steps
Full Guide
Sessions, files, SlackTools, multi-instance, and troubleshooting.
Reference
All parameters, scopes, endpoints, and events.
Examples
14 examples: teams, workflows, streaming, multimodal.
SlackTools
Give agents messaging, search, and file capabilities.