personal memory agent
0
fork

Configure Feed

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

morning_briefing: enable write for provider sandbox compat

The OpenAI provider's read-only sandbox blocks filesystem writes from
agent tool calls. Setting write: true gives the agent permission to
persist its briefing output via sol call sol briefing --write. This
matches the pattern used by other cogitate agents that persist output
(e.g., coder.md).

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

+1
+1
muse/morning_briefing.md
··· 1 1 { 2 2 "type": "cogitate", 3 + "write": true, 3 4 4 5 "title": "Morning Briefing", 5 6 "description": "Synthesizes all daily agent outputs into a structured five-section morning briefing with entity intelligence",