Bedrock Gateway Enhancement Project

Job ID: 40428616

Budget: $30 – $250 CAD

I’m looking for an engineer to take a close look at my current Bedrock agent core gateway, spot the pain-points, and deliver a clean set of improvements. The codebase is stable but
i need few changes

Changes include
1. Create a RCA ( Root cause analysis agent )
2. Build and deploy into Agent Runtime
3. Use Observability for monitoring Otel metrics logs and tracing
4. Use Memory for caching


RCA( Root cause analysis) agent:
currently RCA is triggered based on failure signals, not regression against a baseline.

The regression-based RCA (k6 + SpeedCurve compares against baseline if diff found then mapping to git diffs to see what was changed , go through the commits , this is not fully implemented yet.

I want above to be implemented