You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance memory model integration and Telegram message handling
- Added `memoryModel` property to `AppSettings` interface and updated related components to utilize it.
- Refactored `createMemoryCuratorAgent` and `FactExtractionService` to prioritize `memoryModel` when available.
- Introduced `TelegramImageAttachment` and `TelegramMessageRecord` interfaces for improved message structure.
- Updated `TelegramService` to handle image attachments in messages and modified tools to reflect these changes.
- Enhanced settings dialog and chat view to support new memory model configurations.