mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
* feat: Add AWS Operations Agent with AgentCore Runtime - Complete rewrite of AWS Operations Agent using Amazon Bedrock AgentCore - Added comprehensive deployment scripts for DIY and SDK runtime modes - Implemented OAuth2/PKCE authentication with Okta integration - Added MCP (Model Context Protocol) tool support for AWS service operations - Sanitized all sensitive information (account IDs, domains, client IDs) with placeholders - Added support for 17 AWS services: EC2, S3, Lambda, CloudFormation, IAM, RDS, CloudWatch, Cost Explorer, ECS, EKS, SNS, SQS, DynamoDB, Route53, API Gateway, SES, Bedrock, SageMaker - Includes chatbot client, gateway management scripts, and comprehensive testing - Ready for public GitHub with security-cleared configuration files Security: All sensitive values replaced with <YOUR_AWS_ACCOUNT_ID>, <YOUR_OKTA_DOMAIN>, <YOUR_OKTA_CLIENT_ID> placeholders * Update AWS Operations Agent architecture diagram --------- Co-authored-by: name <alias@amazon.com>
28 lines
486 B
Plaintext
28 lines
486 B
Plaintext
annotated-types==0.7.0
|
|
anyio==4.9.0
|
|
boto3>=1.39.11
|
|
botocore>=1.39.11
|
|
bedrock-agentcore>=0.1.1
|
|
click==8.2.1
|
|
fastapi==0.116.1
|
|
h11==0.16.0
|
|
idna==3.10
|
|
jmespath==1.0.1
|
|
pydantic==2.11.7
|
|
pydantic_core==2.33.2
|
|
python-dateutil==2.9.0.post0
|
|
PyYAML==6.0.2
|
|
s3transfer==0.13.1
|
|
six==1.17.0
|
|
sniffio==1.3.1
|
|
starlette==0.47.2
|
|
typing-inspection==0.4.1
|
|
typing_extensions==4.14.1
|
|
urllib3==2.5.0
|
|
uvicorn==0.35.0
|
|
strands-agents==1.0.1
|
|
strands-agents-tools
|
|
bedrock-agentcore-starter-toolkit
|
|
requests
|
|
mcp
|
|
httpx |