personal memory agent
0
fork

Configure Feed

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

update API baselines for routines engine

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+20 -1
+11
tests/baselines/api/agents/agents-day.json
··· 396 396 "title": "Research Needs", 397 397 "type": "generate" 398 398 }, 399 + "routine": { 400 + "app": null, 401 + "color": "#6c757d", 402 + "description": "User-defined routine execution — runs owner instructions on schedule", 403 + "multi_facet": false, 404 + "output_format": null, 405 + "schedule": "none", 406 + "source": "system", 407 + "title": "Routine", 408 + "type": "cogitate" 409 + }, 399 410 "schedule": { 400 411 "app": null, 401 412 "color": "#5e35b1",
+1 -1
tests/baselines/api/graph/graph.json
··· 615 615 "stats": { 616 616 "co_occurrence_edge_count": 26, 617 617 "explicit_edge_count": 20, 618 - "total_entities": 33, 618 + "total_entities": 34, 619 619 "total_signals": 124 620 620 } 621 621 }
+8
tests/baselines/api/settings/providers.json
··· 318 318 "tier": 2, 319 319 "type": "generate" 320 320 }, 321 + "muse.system.routine": { 322 + "disabled": false, 323 + "group": "Think", 324 + "label": "Routine", 325 + "schedule": "none", 326 + "tier": 2, 327 + "type": "cogitate" 328 + }, 321 329 "muse.system.schedule": { 322 330 "disabled": false, 323 331 "extract": true,