personal memory agent
0
fork

Configure Feed

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

sync working tree: baseline drift and dream changes from concurrent lodes

+4 -1
+1 -1
tests/baselines/api/agents/agents-day.json
··· 302 302 "color": "#1565c0", 303 303 "description": "Synthesizes all daily agent outputs into a structured five-section morning briefing with entity intelligence", 304 304 "multi_facet": false, 305 - "output_format": null, 305 + "output_format": "md", 306 306 "schedule": "daily", 307 307 "source": "system", 308 308 "title": "Morning Briefing",
+3
think/dream.py
··· 462 462 request_config["output"] = config.get("output", "md") 463 463 if refresh: 464 464 request_config["refresh"] = True 465 + elif config.get("output"): 466 + # Cogitate agents with explicit output get auto-persisted 467 + request_config["output"] = config["output"] 465 468 env: dict[str, str] = { 466 469 "SOL_DAY": day, 467 470 "SOL_FACET": facet_name,