Skip to content

Commit 012cfbd

Browse files
committed
base2-evals agent that doesn't use ask tools
1 parent 5bc744d commit 012cfbd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.agents/base2/base2-evals.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { createBase2 } from './base2'
2+
3+
const definition = {
4+
...createBase2('default', { noAskUser: true }),
5+
id: 'base2-evals',
6+
displayName: 'Buffy the Evals Orchestrator',
7+
}
8+
export default definition

0 commit comments

Comments
 (0)