name: adk-rust-eval-observability-guardrails description: Add evaluation, telemetry, and guardrails to ADK-Rust systems as one quality loop. Use when hardening agent behavior before production release.
ADK Rust Eval Observability Guardrails
Overview
Treat eval, telemetry, and guardrails as a single production hardening system.
Workflow
- Define measurable eval criteria and failure thresholds.
- Add telemetry spans for model, tool, and callback paths.
- Add guardrails for PII/content/schema constraints.
- Run eval suites and compare outcomes to thresholds.
Guardrails
- Block promotion when eval criteria regress.
- Ensure telemetry includes request correlation IDs.
- Keep guardrail severity and remediation policy explicit.
References
- Use
references/eval-telemetry-guardrails.md.