Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
3e9cd0a
Add failure insights sample (insights.py) and update README
BharathiSrini Jun 16, 2026
772bacd
sample for agentcore insights feature with SDK scripts and CLI examples
BharathiSrini Jun 18, 2026
94fdc48
Merge branch 'awslabs:main' into agentcore-optimization-nys
BharathiSrini Jun 18, 2026
92bb2f7
Merge branch 'awslabs:main' into agentcore-optimization-nys
BharathiSrini Jun 18, 2026
1d44063
agent loops image
BharathiSrini Jun 18, 2026
d7550ba
move CLI insights step to after deploy and baseline eval in optimizat…
BharathiSrini Jun 18, 2026
aa073ef
remove step 0 from CLI examples
BharathiSrini Jun 18, 2026
f055691
add insights.py description in How It Works section
BharathiSrini Jun 18, 2026
b6e65e9
adding docs links to readme
BharathiSrini Jun 18, 2026
2f887e8
rename failure insights to insights throughout
BharathiSrini Jun 18, 2026
d592f27
fix pylint and ruff issues in insights.py
BharathiSrini Jun 18, 2026
c2bed2a
remove generated state and config files
BharathiSrini Jun 18, 2026
07258c4
remove TEST_LOG.md from registry
BharathiSrini Jun 18, 2026
466a6bb
scope aws-targets gitignore to exclude gateway config files
BharathiSrini Jun 18, 2026
484331a
clearing outputs from NBs
BharathiSrini Jun 18, 2026
0cccb5a
fix ruff/pylint line-length conflict in optimize folder
BharathiSrini Jun 18, 2026
15cea49
update repository structure in readme
BharathiSrini Jun 18, 2026
a8b2ab6
updating main readme
BharathiSrini Jun 22, 2026
efeed70
replace account numbers and resource IDs with placeholders in optimiz…
BharathiSrini Jun 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,10 @@ plan/
**/agent_state_*.json
**/optimize_state_*.json
**/runtime_config.json
**/aws-targets.json
!01-features/07-centralize-and-govern-your-ai-infrastructure/01-gateway/**/aws-targets.json
!06-workshops/02-AgentCore-gateway/**/aws-targets.json
**/.cli/deployed-state.json

# Evaluation and session results
**/batch_eval_*_result.json
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ Thumbs.db

# Temporary files
*.tmp
*.temp
*.temp

# Generated state and output files (contain account-specific ARNs)
agent_state_*.json
optimize_state_*.json
insights_result.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[FORMAT]
# Match ruff's default line length so the two tools don't conflict.
max-line-length=120

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bedrock-agentcore>=1.7.0
boto3>=1.43.0
bedrock-agentcore>=1.15.0
boto3>=1.43.32
strands-agents[otel]
aws-opentelemetry-distro
requests
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 1 addition & 13 deletions 01-features/06-observe-evaluate-optimize-your-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,7 @@ automated evaluation, and AI-driven optimization with A/B testing.

## Overview

```
┌─────────────────────────────────────────────────────────────────┐
│ Agent Lifecycle on AgentCore │
│ │
│ [Infrastructure Setup] [Observe] [Evaluate] [Optimize] │
│ (one-time) │ │ │ │
│ │ ▼ ▼ ▼ │
│ Enable Transaction ──► Advanced ──► Batch ──► Config │
│ Search + ADOT OTel Techniques Eval Bundles │
│ Custom Spans Online Eval A/B Tests │
│ Data Protection GT Datasets AI Recs │
└─────────────────────────────────────────────────────────────────┘
```
![Agent development to production loops](AGENT-LOOPS.png)

## Before You Start — Enable observability Infrastructure

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading