agent.yaml under connectors.
Supported Platforms
MeepaChat
WebSocket bot gateway + REST API
Discord
Gateway v10 WebSocket + REST API
Slack
Socket Mode WebSocket + Web API
Telegram
Long polling or webhook
Meta Cloud API webhook
Multi-Agent Routing
Even with a single connector, you can route messages to different agents based on server or channel. Messages not matched by any binding go to the agent markeddefault = true.
Binding resolution order:
- Exact
channel_idmatch channel_nameglob match (e.g.,"coding-*")server_idmatch- Default agent
