Add re-ranker mode to support re-ranking experiments, hopefully we can reduce the loss

This commit is contained in:
William Jeynes
2026-03-06 17:27:09 +00:00
parent f14d112017
commit ef6330ec07
7 changed files with 189 additions and 58 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
{
"dependencies": ["."],
"graphs": {
"agent": "./agent.ts:agent"
"agent": "./agent.ts:agent",
"verifier": "./verify.ts:agent"
},
"env": ".env"
}