aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/stores/assistant.svelte.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore(ui): refactor workspace to monorepo苏向夜2026-01-191-166/+0
|
* 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.