Feature: Implement comprehensive workflow management system (selection, execution panel, and API wrappers)

This commit is contained in:
2026-06-15 15:14:40 +02:00
parent 8207b1d2e1
commit 920888b336
6 changed files with 237 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ export const COLOR_SCHEME_KEY = 'colorScheme'
export const WEBSEARCH_URL_KEY = 'websearch.searxUrl'
export const WEBSEARCH_ENGINES_KEY = 'websearch.engines'
export const CHAT_LIBRARY_MAP_KEY = 'chat.libraryBySession'
export const CHAT_WORKFLOW_MAP_KEY = 'chat.workflowBySession'
export const DEFAULT_SEARX_URL = 'http://127.0.0.1:8888'
export const DEFAULT_BACKEND_API_URL = import.meta.env.VITE_API_URL ?? 'http://127.0.0.1:8000'
export const MAX_IMAGE_ATTACHMENTS = 6