mnemosyne_agents
Check what other coding-agent sessions are active on this machine by reading their harness transcripts. See session metadata across all agents to avoid conflicts before modifying shared files.
Instructions
What OTHER coding-agent sessions exist on this machine, read from the transcripts their harnesses already write to disk. Returns metadata only — conversation name, project, git branch, model, last tool, how many files were touched, and when a line was last written. Reads EVERY coding-agent harness installed on this machine, not just your own, so you can see a session from a different agent working in your repository. Use it before you touch shared state. NEVER reports that an agent is "working": a crashed agent and an idle one fall equally silent, so it reports when a line was last SEEN and you conclude. Works with Mnemosyne OS closed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many transcripts to open PER HARNESS, newest first (default 40, max 200). Capping the merged total instead would let a chatty agent push a quiet one off the end, and the quiet one is the session you did not know about. | |
| project | No | Keep only sessions whose project path contains this string. Pass the repository folder name to scope the answer to the repo you are working in. | |
| live_only | No | Only sessions that wrote a line recently (see the window printed in the answer). Default false, which lists the most recent sessions whether or not they moved lately. |