personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

updating defaults

+14 -14
+14 -14
muse/models.py
··· 92 92 # Observe pipeline - screen and audio capture processing 93 93 "observe.describe.frame": { 94 94 "tier": TIER_LITE, 95 - "label": "Screen Analysis", 95 + "label": "Screen Categorization", 96 96 "group": "Observe", 97 97 }, 98 98 "observe.describe.*": { 99 - "tier": TIER_LITE, 100 - "label": "Screen Categories", 99 + "tier": TIER_FLASH, 100 + "label": "Screen Transcription", 101 101 "group": "Observe", 102 102 }, 103 103 "observe.detect.segment": { 104 104 "tier": TIER_FLASH, 105 - "label": "Transcript Segmentation", 106 - "group": "Observe", 105 + "label": "Segmentation", 106 + "group": "Import", 107 107 }, 108 108 "observe.detect.json": { 109 109 "tier": TIER_FLASH, 110 - "label": "JSON Conversion", 111 - "group": "Observe", 110 + "label": "Normalization", 111 + "group": "Import", 112 112 }, 113 113 "observe.enrich": { 114 - "tier": TIER_LITE, 114 + "tier": TIER_FLASH, 115 115 "label": "Audio Enrichment", 116 116 "group": "Observe", 117 117 }, 118 118 "observe.summarize": { 119 119 "tier": TIER_FLASH, 120 - "label": "Import Summary", 121 - "group": "Observe", 120 + "label": "Summarization", 121 + "group": "Import", 122 122 }, 123 123 # Insight pipeline - daily analysis and summaries 124 124 "insight.*": { ··· 129 129 # Utilities - miscellaneous processing tasks 130 130 "detect.created": { 131 131 "tier": TIER_LITE, 132 - "label": "File Date Detection", 133 - "group": "Think", 132 + "label": "Date Detection", 133 + "group": "Import", 134 134 }, 135 135 "planner.generate": { 136 136 "tier": TIER_FLASH, 137 - "label": "Agent Planning", 137 + "label": "Agent Prompt Generation", 138 138 "group": "Think", 139 139 }, 140 140 # Apps - application-specific contexts 141 141 "app.chat.title": { 142 142 "tier": TIER_LITE, 143 - "label": "Chat Titles", 143 + "label": "Chat Title Generation", 144 144 "group": "Apps", 145 145 }, 146 146 }