aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/stores/assistant.svelte.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat: implement assistant state management and messaging functionalityHsiangNianian2026-01-161-0/+166
Added a new module for managing the assistant's state, including message handling, health checks, and streaming responses. Introduced interfaces for message structure and generation statistics. Enhanced the logs state by removing unnecessary listener setup during initialization. Updated the types to include assistant configuration options.