5 Commits

Author SHA1 Message Date
Amit Arora
945c3ad720 Update service name and configuration files for AgentCore migration
- Update service name from agentcredentialprovider to bedrock-agentcore-control
- Update OpenAPI specs and agent configuration
- Update dependency lock file after package upgrades
2025-07-16 20:49:17 +00:00
Amit Arora
a76990d7de Update AWS SDK and AgentCore dependencies to latest versions
- boto3: 1.39.7
- botocore: 1.39.7
- awscli: 1.41.7
- bedrock-agentcore: 0.1.0 (replaced agentcore with correct package name)

Addresses issue #47
2025-07-16 20:46:15 +00:00
Amit Arora
faa5672f84 Update SRE Agent with AgentCore package updates and documentation restructure
- Updated pyproject.toml to use latest versions of boto3, botocore, awscli, and agentcore packages
- Merged main branch changes with conflict resolution
- Restructured README.md to follow template format with overview, prerequisites, setup, and execution sections
- Created detailed documentation structure in docs/ folder with specialized content files
- Updated package dependencies to use version constraints instead of local wheel files
- Removed production-specific language and focused on demo/sample implementation
- Added comprehensive documentation covering agents, configuration, deployment, and development
2025-07-16 13:23:39 +00:00
Amit Arora
0172468fd4 Update SRE Agent with AgentCore migration and SSL support
- Replace all previous product references with AgentCore terminology
- Add SSL certificate support to backend servers with mandatory host parameter
- Update OpenAPI specs to use HTTPS with configurable domain placeholders
- Add comprehensive SSL setup documentation in README
- Update URLs from development to production endpoints
- Add EC2 instance metadata commands for IP retrieval
- Include sed command for bulk domain replacement in OpenAPI specs
2025-07-15 01:37:38 +00:00
Amit Arora
292462b94c Add SRE Agent use case implementation
- Copy SRE Agent codebase to 02-use-cases/04-SRE-agent
- Update LICENSE link to reference main repository LICENSE
- Configure .gitignore to exclude wheel files from version control
2025-07-14 22:46:32 +00:00