@ls-stack/agent-eval 0.10.0 → 0.12.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.
@@ -1,6 +1,6 @@
1
- import { C as updateManualScoreRequestSchema, S as createRunRequestSchema } from "./runOrchestration-DwqX9_T7.mjs";
2
- import "./src-Bx-CV6Wo.mjs";
3
- import { t as getRunnerInstance } from "./runner-Gtlmvm3w.mjs";
1
+ import { C as updateManualScoreRequestSchema, S as createRunRequestSchema } from "./runOrchestration-COFhQvTJ.mjs";
2
+ import "./src-OZSs693X.mjs";
3
+ import { t as getRunnerInstance } from "./runner-nQjuRZGC.mjs";
4
4
  import { readFile } from "node:fs/promises";
5
5
  import { dirname, join, relative, resolve, sep } from "node:path";
6
6
  import { z } from "zod/v4";
@@ -270,7 +270,8 @@ const workspaceRoutes = new Hono().get("/", async (c) => {
270
270
  const packageManager = await detectWorkspacePackageManager(runner.getWorkspaceRoot());
271
271
  return c.json({
272
272
  packageManager,
273
- llmCalls: runner.getLlmCallsConfig()
273
+ llmCalls: runner.getLlmCallsConfig(),
274
+ apiCalls: runner.getApiCallsConfig()
274
275
  }, 200);
275
276
  });
276
277
  //#endregion