feat(agents): improve processor creation choice

This commit is contained in:
RockChinQ
2026-08-27 14:31:37 +08:00
parent 823feac7e0
commit 847bfc8df5
6 changed files with 558 additions and 31 deletions
+24
View File
@@ -711,6 +711,30 @@ const enUS = {
'Use a visual multi-stage flow to control message preprocessing, AI, postprocessing, extensions, and output. Message events only.',
allEvents: 'Supports all events',
messageEventsOnly: 'Message events only',
chooseType: 'Choose how it works',
chooseTypeDescription:
'Choose the processor model first. You can configure it further after creation.',
diagramHint: 'How it works',
agentDiagramTitle: 'Agent: decide and act',
agentDiagramDescription:
'An Agent can receive many platform events, use models and tools to understand the situation, and decide what to do next.',
pipelineDiagramTitle: 'Pipeline: follow a defined flow',
pipelineDiagramDescription:
'A Pipeline handles message events only and runs each step in the order you configure.',
pipelineDiagramFlow: 'Messages move through a fixed sequence',
diagramEvents: 'Platform events',
diagramMessages: 'Messages',
diagramMembers: 'Members',
diagramFeedback: 'Feedback',
diagramDecide: 'Understand and decide',
diagramModel: 'Use model',
diagramTools: 'Use tools',
diagramActions: 'Take action',
diagramMessage: 'Message',
diagramPreprocess: 'Prepare',
diagramAI: 'AI',
diagramPostprocess: 'Refine',
diagramOutput: 'Output',
basicInfo: 'Basic Information',
basicInfoDescription: 'Set the name, icon and description',
runnerSettings: 'Runner',