mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-29 05:37:14 +00:00
feat(agents): improve processor creation choice
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user