66 openrouterModels ,
77 AGENT_CONFIG_FILE ,
88} from '@codebuff/common/constants'
9- import { AGENT_PERSONAS } from '@codebuff/common/constants/agents'
109import { AgentTemplateTypes } from '@codebuff/common/types/session-state'
1110import z from 'zod/v4'
1211
@@ -264,7 +263,6 @@ IMPORTANT: Always end your response with the end_turn tool when you have complet
264263 command : `mkdir -p ${ TYPES_DIR } ` ,
265264 process_type : 'SYNC' ,
266265 timeout_seconds : 10 ,
267- cb_easp : false ,
268266 } ,
269267 }
270268
@@ -275,7 +273,6 @@ IMPORTANT: Always end your response with the end_turn tool when you have complet
275273 path : TEMPLATE_TYPES_PATH ,
276274 instructions : 'Create agent template type definitions file' ,
277275 content : agentTemplateContent ,
278- cb_easp : false ,
279276 } ,
280277 }
281278
@@ -286,7 +283,6 @@ IMPORTANT: Always end your response with the end_turn tool when you have complet
286283 path : TOOL_DEFINITIONS_PATH ,
287284 instructions : 'Create tools type file' ,
288285 content : toolDefinitionsContent ,
289- cb_easp : false ,
290286 } ,
291287 }
292288
@@ -297,7 +293,6 @@ IMPORTANT: Always end your response with the end_turn tool when you have complet
297293 role : 'assistant' ,
298294 content :
299295 "I'll read the example agent files to understand the patterns and then help you create your agent." ,
300- cb_easp : false ,
301296 } ,
302297 }
303298
@@ -310,7 +305,6 @@ IMPORTANT: Always end your response with the end_turn tool when you have complet
310305 path : `${ AGENT_TEMPLATES_DIR } ${ filename } ` ,
311306 instructions : `Copy example agent file ${ filename } ` ,
312307 content : content ,
313- cb_easp : false ,
314308 } ,
315309 }
316310 }
0 commit comments