We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc744d commit 012cfbdCopy full SHA for 012cfbd
.agents/base2/base2-evals.ts
@@ -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