Use this template for agents that respond to Slack events or provide always-on workspace automation.Documentation Index
Fetch the complete documentation index at: https://docs.charmos.io/llms.txt
Use this file to discover all available pages before exploring further.
Use Case
- Team assistant bots.
- Alert triage.
- Scheduled updates.
- Internal workflow automation.
Runtime Mode
Slack bots are usually daemon-style agents because they need to stay available for events.Required Configuration
You will typically need:- Slack app credentials.
- Bot token or OAuth connection.
- Event routing configuration.
- A production daemon runtime.
Development Flow
Publishing Checklist
- Slack credentials are not hardcoded.
- Events are idempotent.
- The bot handles missing permissions gracefully.
- Daemon lifecycle is tested in staging before production.
