mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
* feat(sre-agent): add OpenTelemetry observability and tracing - Add OpenTelemetry tracing to supervisor and memory tools - Configure OTEL collector with Jaeger backend via docker-compose - Add trace context propagation between supervisor and workers - Include run-with-tracing.sh helper script for easy tracing setup - Update blog post with comprehensive observability section - Add presentation slides for SRE agent capabilities * docs(sre-agent): replace mermaid diagram with architecture image - Replace inline mermaid diagram with external architecture PNG image - Add detailed component descriptions for AgentCore integration - Image shows complete flow from customer to AgentCore services * feat(sre-agent): add assets table with demo video and AI podcast links - Add assets section with clickable links to demo video and AI-generated podcast - Include descriptions for each asset to help users understand the content - Position table prominently after the use case details for visibility * docs(sre-agent): update blog post with latest code snippets and improvements - Update Dockerfile snippet to include OpenTelemetry instrumentation - Update invoke_agent_runtime.py snippet with timeout config and memory personalization - Remove verbose real-time agent execution traces section while keeping key insights - Simplify cleanup section to show only essential command - Ensure all code snippets match latest implementation * style(sre-agent): apply ruff formatting to Python files - Format code with ruff formatter for consistent style - Fix whitespace and indentation issues - Apply standard Python formatting conventions - Ensure code adheres to project style guidelines * chore(sre-agent): remove slide files from docs - Remove presentation slide markdown files - Clean up docs directory structure * Update blog post: Change S3 target references to API Endpoint Target - Updated section heading from 'Deploy S3 targets' to 'Deploy API Endpoint Targets' - Renamed function from create_s3_target to create_api_endpoint_target - Updated variable name from s3_target_config to api_target_config - Clarified that OpenAPI specs are used to create API Endpoint Targets * Update README assets section with two demo videos - Renamed first video to 'Demo video 1 (SRE-Agent CLI, VSCode integration)' - Added 'Demo video 2 (Cursor integration)' with new link - Clarified descriptions for both demo videos * Update Demo video 2 description to specify AgentCore Gateway integration - Changed description to 'Demonstration of AgentCore Gateway with SRE tools integration with Cursor IDE' - More accurately describes the specific integration being demonstrated * Update blog post Real-world use cases section with accurate agent behavior - Changed 'agents work in parallel' to 'agents work sequentially' based on agent.log evidence - Updated command example to use correct USER_ID environment variable instead of --user-id parameter - Added comprehensive memory system integration explanation - Reduced verbosity of trace outputs while maintaining key technical details - Updated investigation plan and executive summary to match actual agent.log output format - Added all five AgentCore primitives working together: Gateway, Identity, Runtime, Memory, and Observability --------- Signed-off-by: Amit Arora <aroraai@amazon.com>