mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-12 20:57:42 +02:00
[eric] memory: one user-curated fact store rides every agent turn, fully visible and editable in Settings
This commit is contained in:
@@ -34,6 +34,7 @@ export interface AppSettings {
|
||||
dictation_model?: string | null;
|
||||
dictation_dictionary?: string;
|
||||
dictation_sounds?: boolean;
|
||||
memory_enabled?: boolean;
|
||||
dictation_haptics?: boolean;
|
||||
dictation_sound_volume?: number;
|
||||
dictation_disabled_surfaces?: string;
|
||||
@@ -170,6 +171,7 @@ export const DEFAULT_SETTINGS: AppSettings = {
|
||||
dictation_model: null,
|
||||
dictation_dictionary: '',
|
||||
dictation_sounds: true,
|
||||
memory_enabled: true,
|
||||
dictation_haptics: true,
|
||||
dictation_sound_volume: 0.35,
|
||||
dictation_disabled_surfaces: '',
|
||||
|
||||
Reference in New Issue
Block a user