[claude] Agent debate on borderline eval requests (#21) #72
Reference in New Issue
Block a user
Delete Branch "claude/issue-21"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #21
Summary
confidence: "high"/"low"; low-confidence evals route to debate pathagent_debateWebSocket events emitted for each argument and the final verdict, with agent names and argument textjob_debatestable stores debate transcripts (argFor, argAgainst, verdict) for reviewFiles changed
lib/db/src/schema/job-debates.ts— new tablelib/db/src/schema/index.ts— export new tableartifacts/api-server/src/lib/event-bus.ts—DebateEventtypeartifacts/api-server/src/lib/agent.ts— confidence field +runDebate()methodartifacts/api-server/src/routes/jobs.ts— debate routing inrunEvalInBackgroundartifacts/api-server/src/routes/events.ts— translate debate events to WS messagesthe-matrix/js/websocket.js— handleagent_debatemessagesthe-matrix/js/ui.js—appendDebateMessage()functionthe-matrix/index.html— debate CSS styles