chore: add warning ui for agentic stragey

This commit is contained in:
AkaraChen
2024-12-24 14:20:15 +08:00
parent e2e2090e0c
commit 7c460eb6e7
22 changed files with 528 additions and 5 deletions

View File

@ -84,6 +84,11 @@ export const BLOCKS: Block[] = [
type: BlockEnum.ListFilter,
title: 'List Filter',
},
{
classification: BlockClassificationEnum.Default,
type: BlockEnum.Agent,
title: 'Agent',
},
]
export const BLOCK_CLASSIFICATIONS: string[] = [