code editor: Agent Studio improvement iteration 1 for quote-judge-studio-v1. Goal:

This commit is contained in:
a2a-code-editor
2026-07-18 03:32:26 +00:00
parent 395bcf48ed
commit 0c0c03855c
3 changed files with 38 additions and 15 deletions

View File

@@ -0,0 +1,10 @@
ALTER TABLE quote_comparisons
ADD COLUMN IF NOT EXISTS recommended_vendor TEXT,
ADD COLUMN IF NOT EXISTS score DOUBLE PRECISION,
ADD COLUMN IF NOT EXISTS normalized_total DOUBLE PRECISION;
ALTER TABLE quote_execution_receipts
ADD COLUMN IF NOT EXISTS skill_name TEXT,
ADD COLUMN IF NOT EXISTS status TEXT,
ADD COLUMN IF NOT EXISTS input_hash TEXT,
ADD COLUMN IF NOT EXISTS result_hash TEXT;