feat: activate Drops Agent V3 evidence - #21
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (12)
📝 WalkthroughWalkthroughThe PR adds V3 evidence activation with bounded live model probes, versioned snapshot storage, platform evidence receipts, and dashboard controls. Evaluation routes can activate and persist evidence, while pages and dashboards load snapshots and display their validation state. ChangesAgent V3 evidence flow
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant Operator
participant AgentEvalDashboard
participant AgentEvalRunRoute
participant activateAgentV3Evidence
participant AIGateway
participant AgentEvalStore
Operator->>AgentEvalDashboard: start full evidence activation
AgentEvalDashboard->>AgentEvalRunRoute: request release suite with activateEvidence
AgentEvalRunRoute->>activateAgentV3Evidence: validate report and activate evidence
activateAgentV3Evidence->>AIGateway: probe approved live models
AIGateway-->>activateAgentV3Evidence: return structured results and usage
activateAgentV3Evidence-->>AgentEvalRunRoute: return evidence snapshot
AgentEvalRunRoute->>AgentEvalStore: persist snapshot
AgentEvalRunRoute-->>AgentEvalDashboard: return activation status and snapshot ID
Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
The first broad local E2E pass reused a stale 14:14 Next server after a 15:51 rebuild, causing missing-chunk 500s. After terminating that test-only process, a fresh-server browser check passed. No production runtime was touched by that cleanup.
CodeRabbit reviewed this change; three findings were addressed. One suggestion to expose raw storage SDK errors was intentionally rejected to preserve the existing secret/error-redaction boundary.
Summary by CodeRabbit
New Features
Bug Fixes
Tests