You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Please carefully follow all the steps below. If you encounter any issues, we're
25
25
- npm (version 9 or higher)
26
26
- AWS CLI
27
27
- AWS IAM profile with appropriate permissions
28
+
- Bedrock Claude Sonnet 3.7 model is [enabled on](https://docs.aws.amazon.com/bedrock/latest/userguide/getting-started.html#getting-started-model-access) US region
28
29
- Slack Workspace
29
30
- GitHub Account
30
31
@@ -81,6 +82,8 @@ Now, you need to set up a Slack App to control agents through the Slack interfac
81
82
- Signing Secret (found in Basic Information)
82
83
- Bot Token (found in OAuth & Permissions, after installing to your workspace)
83
84
85
+
Please also refer to this document for more details: [Create and configure apps with manifests](https://api.slack.com/reference/manifests)
86
+
84
87
> [!NOTE]
85
88
> If you're using a shared (rather than personal) Slack workspace, consider setting the `ADMIN_USER_ID_LIST` environment variable (see below) to control agent access. Without this restriction, anyone in the workspace can access the agents and potentially your GitHub content.
86
89
@@ -111,9 +114,10 @@ To interact with GitHub, you need to setup GitHub integration. You have two opti
111
114
#### Option 1: Personal Access Token (PAT)
112
115
113
116
1. Go to [GitHub Settings > Developer settings > Personal access tokens](https://github.com/settings/tokens)
114
-
2. Generate a new token with appropriate repository access
115
-
* Required scopes: `admin:read, repo, workflow`
116
-
3. Create SSM Parameter
117
+
2. Generate a new token (classic) with appropriate repository access
118
+
* Required scopes: `read:org, repo, workflow`
119
+
* The more scopes you permit, the more various tasks agents can perform
120
+
3. Create an SSM Parameter with the generated token string
0 commit comments