Skip to content

Commit a7478ab

Browse files
Merge branch 'main' into clivin/fix_operator_sample
Signed-off-by: Eashan Kaushik <[email protected]>
2 parents 7828ed7 + e2d9590 commit a7478ab

File tree

768 files changed

+113146
-14884
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

768 files changed

+113146
-14884
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report [01-tutorials]
3+
about: Report a bug in 01-tutorials
4+
title: 01-tutorials - [Bug]
5+
labels: 01-tutorials, bug
6+
assignees: akshseh
7+
8+
---
9+
10+
**In which component is this bug present?**
11+
12+
- [ ] 01-AgentCore-runtime
13+
- [ ] 02-AgentCore-gateway
14+
- [ ] 03-AgentCore-identity
15+
- [ ] 04-AgentCore-memory
16+
- [ ] 05-AgentCore-tools
17+
- [ ] 06-AgentCore-observability
18+
- [ ] 07-AgentCore-E2E
19+
20+
If you are reporting multiple bugs, please create a separate issue for each. For documentation improvements, use the documentation improvement issue type.
21+
22+
**Bug Description**
23+
A clear and concise description of the bug.
24+
```
25+
Please fill information here.
26+
```
27+
28+
**Screenshots**
29+
If applicable, add screenshots to help explain your problem.
30+
```
31+
Please provide screenshots here.
32+
```
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report [02-use-cases]
3+
about: Report a bug in 02-use-cases
4+
title: 02-use-cases - [Bug]
5+
labels: 02-use-cases, bug
6+
assignees: EashanKaushik
7+
8+
---
9+
10+
**Please list the sample in which the bug is present.**
11+
12+
```
13+
02-use-cases/...
14+
```
15+
16+
If you are reporting multiple bugs, please create a separate issue for each. For documentation improvements, use the documentation improvement issue type.
17+
18+
**Bug Description**
19+
A clear and concise description of the bug.
20+
21+
```
22+
Please fill information here.
23+
```
24+
25+
**Screenshots**
26+
If applicable, add screenshots to help explain your problem.
27+
28+
```
29+
Please provide screenshots here.
30+
```

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/content_improvement.md

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Documentation improvement [01-tutorials]
3+
about: Suggest a documentation improvement in 01-tutorials
4+
title: 01-tutorials - [Content Improvement]
5+
labels: 01-tutorials, documentation
6+
assignees: akshseh
7+
8+
---
9+
10+
**Which component is impacted by this improvement?**
11+
- [ ] 01-AgentCore-runtime
12+
- [ ] 02-AgentCore-gateway
13+
- [ ] 03-AgentCore-identity
14+
- [ ] 04-AgentCore-memory
15+
- [ ] 05-AgentCore-tools
16+
- [ ] 06-AgentCore-observability
17+
- [ ] 07-AgentCore-E2E
18+
19+
**Improvement Description**
20+
A clear and concise description of the improvement.
21+
```
22+
Please fill information here.
23+
```
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Documentation improvement [02-use-cases]
3+
about: Suggest a documentation improvement in 02-use-cases
4+
title: 02-use-cases - [Content Improvement]
5+
labels: 02-use-cases, documentation
6+
assignees: EashanKaushik
7+
8+
---
9+
10+
**Please list the sample in which the bug is present.**
11+
12+
```
13+
02-use-cases/...
14+
```
15+
16+
**Improvement Description**
17+
A clear and concise description of the improvement.
18+
19+
```
20+
Please fill information here.
21+
```

.github/ISSUE_TEMPLATE/example_request.md

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: "Help Needed 🙋"
3+
about: Request help or guidance on Amazon Bedrock AgentCore
4+
title: "[Help] <short description>"
5+
labels: help wanted
6+
assignees: EashanKaushik
7+
8+
---
9+
10+
## Summary
11+
Briefly describe the problem or the help you need.
12+
13+
```
14+
_Example: Trouble setting up local dev environment_
15+
```
16+
17+
## Details
18+
Provide more details about your issue, including steps you’ve tried and what didn’t work.
19+
20+
```
21+
_Example: I ran `npm install` but the build fails with error XYZ_
22+
```
23+
24+
## Expected Behavior
25+
What outcome were you hoping for?
26+
27+
```
28+
_Example: Expected server to start after running `npm start`_
29+
```
30+
31+
## Additional Context
32+
Add any other information, screenshots, logs, or references that could help.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Tutorial request
3+
about: Suggest a new tutorial you want to see
4+
title: Amazon Bedrock AgentCore Samples - [Example Request]
5+
labels: 01-tutorials, Tutorial Request
6+
assignees: akshseh
7+
8+
---
9+
10+
**Describe the tutorial request**
11+
A clear and concise description of what is being requested.
12+
13+
```
14+
Please provide description here.
15+
```
16+
17+
**Is this feature already supported by the AgentCore service?**
18+
- [ ] Yes
19+
- [ ] No
20+
21+
If `yes`, please provide any appropriate documentation link.

.github/labeler.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# .github/labeler.yml
2+
01-tutorials:
3+
- "01-tutorials/**"
4+
02-use-cases:
5+
- "02-use-cases/**"
6+
03-integrations:
7+
- "03-integrations/**"
8+
01-AgentCore-runtime:
9+
- "01-tutorials/01-AgentCore-runtime/**"
10+
02-AgentCore-gateway:
11+
- "01-tutorials/02-AgentCore-gateway/**"
12+
03-AgentCore-identity:
13+
- "01-tutorials/03-AgentCore-identity/**"
14+
04-AgentCore-memory:
15+
- "01-tutorials/04-AgentCore-memory/**"
16+
05-AgentCore-tools:
17+
- "01-tutorials/05-AgentCore-tools/**"
18+
06-AgentCore-observability:
19+
- "01-tutorials/06-AgentCore-observability/**"
20+
07-AgentCore-E2E:
21+
- "01-tutorials/07-AgentCore-E2E/**"
22+
asynchronous-shopping-assistant:
23+
- "02-use-cases/asynchronous-shopping-assistant/**"
24+
AWS-operations-agent:
25+
- "02-use-cases/AWS-operations-agent/**"
26+
customer-support-assistant:
27+
- "02-use-cases/customer-support-assistant/**"
28+
DB-performance-analyzer:
29+
- "02-use-cases/DB-performance-analyzer/**"
30+
device-management-agent:
31+
- "02-use-cases/device-management-agent/**"
32+
healthcare-appointment-agent:
33+
- "02-use-cases/healthcare-appointment-agent/**"
34+
local-prototype-to-agentcore:
35+
- "02-use-cases/local-prototype-to-agentcore/**"
36+
SRE-agent:
37+
- "02-use-cases/SRE-agent/**"
38+
text-to-python-ide:
39+
- "02-use-cases/text-to-python-ide/**"
40+
video-games-sales-assistant:
41+
- "02-use-cases/video-games-sales-assistant/**"
42+
bedrock-agent:
43+
- "03-integrations/bedrock-agent/**"
44+
agentic-frameworks:
45+
- "03-integrations/agentic-frameworks/**"

0 commit comments

Comments
 (0)