feat: agent and ui

This commit is contained in:
archer
2023-07-06 19:35:02 +08:00
parent 46f20c7dc3
commit 23642af6e2
44 changed files with 588 additions and 1148 deletions

View File

@@ -24,7 +24,8 @@ export enum FlowModuleTypeEnum {
chatNode = 'chatNode',
kbSearchNode = 'kbSearchNode',
tfSwitchNode = 'tfSwitchNode',
answerNode = 'answerNode'
answerNode = 'answerNode',
classifyQuestionNode = 'classifyQuestionNode'
}
export const edgeOptions = {