Commit Graph

7 Commits

Author SHA1 Message Date
33e829f6d8 Implement effective workflow selection logic in chat generation handlers 2026-06-15 20:27:49 +02:00
6450614c5b Enhance workflow state tracking by passing and utilizing selection mode in agent runtimes 2026-06-15 15:32:14 +02:00
b1eed9f1b6 Refactor chat generation handlers to use a centralized executeWorkflowRun utility for managing complex workflow execution, state updates, and event streaming. 2026-06-15 15:31:35 +02:00
c1f3935cf5 Integrate workflow router model into chat generation handlers and App component 2026-06-15 15:23:26 +02:00
a76803df8c feat(chat): Integrate workflow execution into chat generation flow 2026-06-15 15:17:45 +02:00
4db6fde9be Feature: Implement knowledge base saving for chat messages
Adds functionality to save selected chat messages into an external knowledge database, including new dialog components, state management in App.jsx, updated history syncing, and necessary UI/UX improvements.
2026-06-15 03:53:44 +02:00
54048acdcd auto-git:
[add] src/chatGeneration.js
 [change] src/App.jsx
2026-05-06 03:51:17 +02:00