-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathslack-manifest.json
More file actions
97 lines (97 loc) · 2.47 KB
/
Copy pathslack-manifest.json
File metadata and controls
97 lines (97 loc) · 2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"display_information": {
"name": "agent-swarm",
"description": "Your favourite Agent Swarm",
"background_color": "#a86d07",
"long_description": "The official agent-swarm Slack bot. It will allow you to talk with your swarm deployment from where you work: Slack. Available in the cloud hosted solution at cloud.agent-swarm.dev!"
},
"features": {
"app_home": {
"home_tab_enabled": false,
"messages_tab_enabled": true,
"messages_tab_read_only_enabled": false
},
"bot_user": {
"display_name": "agent-swarm",
"always_online": true
},
"slash_commands": [
{
"command": "/agent-swarm-status",
"description": "Check status of available agents",
"should_escape": false
},
{
"command": "/agent-swarm-help",
"description": "Show help for using the Agent Swarm bot",
"should_escape": false
}
],
"assistant_view": {
"assistant_description": "Manage an agent-swarm",
"suggested_prompts": []
}
},
"oauth_config": {
"redirect_urls": [
"https://cloud.agent-swarm.dev/api/integrations/slack/callback",
"https://web.localhost/api/integrations/slack/callback"
],
"scopes": {
"user": [
"channels:history",
"chat:write",
"groups:history",
"im:history",
"mpim:history",
"search:read.files",
"search:read.im",
"search:read.mpim",
"search:read.private",
"search:read.public",
"search:read.users",
"users:read",
"users:read.email"
],
"bot": [
"app_mentions:read",
"assistant:write",
"channels:history",
"channels:join",
"channels:read",
"chat:write",
"chat:write.customize",
"commands",
"files:read",
"files:write",
"groups:history",
"groups:read",
"im:history",
"im:read",
"im:write",
"reactions:write",
"users:read",
"users:read.email"
]
},
"pkce_enabled": false
},
"settings": {
"event_subscriptions": {
"bot_events": [
"app_mention",
"message.channels",
"message.groups",
"message.im",
"assistant_thread_started"
]
},
"interactivity": {
"is_enabled": true
},
"org_deploy_enabled": false,
"socket_mode_enabled": true,
"token_rotation_enabled": true,
"is_mcp_enabled": true
}
}