Skip to content

Commit 415374c

Browse files
committed
Evals: read from agents instead of .agents
1 parent 1a37d39 commit 415374c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/buffbench/run-buffbench.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ export async function runBuffBench(options: {
389389
})
390390

391391
// Load local agent definitions and type definition file for analyzers
392-
const agentsPath = path.join(__dirname, '../../.agents')
392+
const agentsPath = path.join(__dirname, '../../agents')
393393
const loadedAgents = await loadLocalAgents({ agentsPath })
394394
const agentTypeDefinitionPath = path.join(
395395
agentsPath,

0 commit comments

Comments
 (0)