Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support agent #32

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Support agent #32

wants to merge 3 commits into from

Conversation

omrsamer
Copy link
Contributor

@omrsamer omrsamer commented Jan 31, 2025

Amazon Bedrock Agent Samples Pull Request

Describe your changes

  • Concise description of PR
Added a support agent example. The example has 4 Agents. Supervisor agent, JIRA task agent, Github documentation agent and greeting agent

Issue ticket number and link

  • issue#

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • [x]Are you uploading a dataset?
  • Have you added contributions to RELEASE NOTES?

New Example Submissions:

  • Have you tested your code, and made sure the functionality runs successfully?
  • Have you linted your python code with black?
  • List the shared tools that your example is using:
1. Agents
2. Knowledge Base
3. Python
4. Boto3
5. Retry
  • [ Yes] My implementation uses helper functions in src/utils/*. List them here:
Screenshot 2025-01-31 at 22 22 30
1. bedrock_agent_helper.py
2. bedrock_agent.py
3. knowledge_base_webcrawler_helper.py
4. knowledge_base_confluence_helper.py
5. knowledge_base_helper.py

src/utils Submissions:

Changes to utils folder won't be accepted. Instead, open a new issue.


New src/shared tool Submissions:

  • Business justification for including a new tool
This tool is necessary because it proposes a new example use case to be used by customers to implement a multi-agent use case to answer support related questions and troubleshooting
  • How is this tool implemented?
      • AWS CDK
      • AWS CloudFormation (recommended)

Changes to src/shared tools:

Changes to existing tools won't be accepted. Instead, open a new issue.


@EashanKaushik
Copy link
Contributor

  • Do not erase any parts of this template that are not applicable to your pull request.
  • If a section is not applicable, explicitly state the reason.
    • Tick the checkboxes for the items you have completed.
  • These are mandatory requirements, not mere suggestions.

@omrsamer
Copy link
Contributor Author

omrsamer commented Feb 2, 2025

Updated

@EashanKaushik
Copy link
Contributor

EashanKaushik commented Feb 3, 2025

Do you have a architecture diagram? Uploading that would be useful.

@omrsamer
Copy link
Contributor Author

omrsamer commented Feb 3, 2025

Not yet.
I can create one but ETA would be next week

@omrsamer
Copy link
Contributor Author

omrsamer commented Feb 4, 2025

Support-Agent
Architecture

@EashanKaushik
Copy link
Contributor

Please add the same to the readme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants