@plaited/agent-eval-harness 0.9.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/schemas.ts CHANGED
@@ -18,7 +18,7 @@ export {
18
18
  TAIL_LINES,
19
19
  } from './schemas/constants.ts'
20
20
  // Grader loader
21
- export { loadGrader } from './schemas/grader-loader.ts'
21
+ export { loadGrader, loadGraderOrExit } from './schemas/grader-loader.ts'
22
22
  // Core session types
23
23
  // JSON-RPC types (MCP compatibility)
24
24
  // MCP server configuration