personal memory agent
0
fork

Configure Feed

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

Document sol muse command in THINK.md

Add sol muse to the Usage section with description of listing
agents/generators and viewing fully composed prompts via --prompt.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+3
+3
docs/THINK.md
··· 21 21 - `sol supervisor` monitors observation heartbeats. Use `--no-observers` to disable local capture (sense still runs for remote uploads and imports). 22 22 - `sol mcp` starts an MCP server exposing search capabilities for both summary text and raw transcripts. 23 23 - `sol cortex` starts a Callosum-based service for managing AI agent instances and generators. 24 + - `sol muse` lists available agents and generators with their configuration. Use `sol muse <name>` to see details, and `sol muse <name> --prompt` to see the fully composed prompt that would be sent to the LLM. 24 25 25 26 ```bash 26 27 sol cluster YYYYMMDD [--start HHMMSS --length MINUTES] ··· 28 29 sol supervisor [--no-observers] 29 30 sol mcp [--transport http] [--port PORT] [--path PATH] 30 31 sol cortex [--host HOST] [--port PORT] [--path PATH] 32 + sol muse [--schedule daily|segment] [--json] 33 + sol muse <name> [--prompt] [--day YYYYMMDD] [--segment HHMMSS_LEN] [--full] 31 34 ``` 32 35 33 36 Use `--force` to overwrite existing files, and `-v` for verbose logs.