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

Add Connected house sample #40

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

Conversation

niklas-palm
Copy link

@niklas-palm niklas-palm commented Feb 11, 2025

Amazon Bedrock Agent Samples Pull Request

Instructions

  • 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.

Describe your changes

  • Concise description of the PR
Adds a sample agent created with CloudFormation that has an action group, created with an inline OpenAPI specification, that proxies request to an external "House API". The agent can query what the camera sees, historical camera logs, temperature sensors, and generate clips from the camera for specified time ranges.

Issue ticket number and link

  • Issue # (if applicable)

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?
  • 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? Provide screenshots.
  • Have you linted your Python code with black?
  • Does this implementation use the shared tools src/utils/*. List them here:
1. web_search
2. ...
  • Does this implementation use the helper functions src/utils/*. List them here:
1. bedrock_agent_helper.py
2. ...

src/utils Submissions:

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


src/shared tool Submissions:

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

  • Business justification for including a new tool
This tool is necessary because ...
  • How is this tool implemented?
      • AWS CDK
      • AWS CloudFormation (recommended)

@EashanKaushik
Copy link
Contributor

Need a Guardian Review to move forward.

@niklas-palm
Copy link
Author

Guardian review complete. Dataset is personal videos I'm granting AWS permission to use.

@EashanKaushik
Copy link
Contributor

Can you add these videos to git lfs https://git-lfs.com/

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