Commit 68f25d0
Aidan Daly
Add Strands AgentCore Evaluation integration
- Add evaluation module with Strands integration
- Implement StrandsEvalsAgentCoreEvaluator for built-in and custom evaluators
- Add converter for Strands OTel spans to ADOT format
- Add CloudWatch span fetching for Runtime agents
- Include comprehensive unit tests and end-to-end tests
- Add real integration tests for evaluation API
- Add README with usage examples and API reference1 parent 042d4bf commit 68f25d0
File tree
27 files changed
+3793
-1
lines changed- src/bedrock_agentcore/evaluation
- integrations
- strands_agents_evals
- span_to_adot_serializer
- utils
- tests_integ/evaluation
- integrations
- strands_agents_evals
- tests/bedrock_agentcore/evaluation
- integrations
- strands_agents_evals
- span_to_adot_serializer
- utils
27 files changed
+3793
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| 152 | + | |
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments