-
Notifications
You must be signed in to change notification settings - Fork 55
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
Amazon Bedrock Agent Samples - [Bug] #4
Labels
bug
Something isn't working
Comments
EashanKaushik
added a commit
that referenced
this issue
Dec 15, 2024
Added new files agents.py and kb.py in devops agents. These will be removed in future. Can you check if this fix works and you get the desired behaviour ? Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I have seen 2 issues till now, in the notebook
examples/amazon-bedrock-multi-agent-collaboration/devops_agent/01_Create_Grafana_Assistant_Agent/01_create_grafana_assistant.ipynb
:__file__
which is causing errors as it's not properly defined in the notebook context:create_lambda_layer
andupload_api_schema
are incorrectly imported fromsrc.utils.bedrock_agent_helper
. These functions actually exist inamazon_bedrock_agents.restaurant_booking_custom_orchestration_agent.agents
.Steps to Reproduce
examples/amazon-bedrock-multi-agent-collaboration/devops_agent/01_Create_Grafana_Assistant_Agent/01_create_grafana_assistant.ipynb
Expected behavior
The following code should be used instead as it works correctly:
Screenshots
while running the code give in this repo
After making changes:
Additional context
__file__
Suggested improvements
The text was updated successfully, but these errors were encountered: