personal memory agent
0
fork

Configure Feed

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

Segment Sense: set priority 5, disable 5 absorbed agents

Sense runs first (P5) before all other segment agents. Disable agents
absorbed by the Sense + state machine architecture: activity, speakers,
facets, activity_state, activities. Preserved via frontmatter flag (not
deleted) per spec — can be re-enabled if needed.

Part of segment-sense mainline implementation (req_k234bcfs).

+6 -1
+1
muse/activities.md
··· 1 1 { 2 2 "type": "generate", 3 + "disabled": true, 3 4 4 5 "title": "Activity Records", 5 6 "description": "Detects completed activities across all facets and writes records with synthesized descriptions",
+1
muse/activity.md
··· 1 1 { 2 2 "type": "generate", 3 + "disabled": true, 3 4 4 5 "title": "Activity Synthesis", 5 6 "description": "Synthesizes segment activity from content, focusing on observable changes and searchability.",
+1
muse/activity_state.md
··· 1 1 { 2 2 "type": "generate", 3 + "disabled": true, 3 4 4 5 "title": "Activity State", 5 6 "description": "Detects configured activities present in segment and tracks state across segments",
+1
muse/facets.md
··· 1 1 { 2 2 "type": "generate", 3 + "disabled": true, 3 4 4 5 "title": "Facet Classification", 5 6 "description": "Classifies segment activity into relevant facets based on other segment outputs",
+1 -1
muse/sense.md
··· 5 5 "description": "Unified segment understanding — density, content type, entities, facets, speakers, and routing recommendations in a single pass", 6 6 "color": "#ff6f00", 7 7 "schedule": "segment", 8 - "priority": 10, 8 + "priority": 5, 9 9 "tier": 3, 10 10 "thinking_budget": 4096, 11 11 "max_output_tokens": 4096,
+1
muse/speakers.md
··· 1 1 { 2 2 "type": "generate", 3 + "disabled": true, 3 4 4 5 "title": "Meeting Speakers", 5 6 "description": "Detects meetings in the segment and extracts participant names from screen and conversation.",