perseus_focus
Manage a bounded, salience-ranked workspace of active items for agent coordination. Add, pin, or remove items to control the shared working context.
Instructions
The global-workspace tier: a small, capacity-bounded (default 32), salience-ranked set of items Perseus broadcasts into context — the shared 'what I'm working on now' set for the agent and its subagents. With no args, renders the current working set. add=/pin= admit items; the lowest-salience non-pinned items are evicted when it overflows. Distinct from long-term recall (@mimir/@memory): bounded and actively maintained, not unbounded memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| add | No | Text of an item to admit into the workspace (bounded, salience-ranked) | |
| pin | No | Text of an item to pin (floated to top, never evicted) | |
| drop | No | Text of an item to remove from the workspace | |
| clear | No | If 'true', remove all items from the workspace | |
| touch | No | Text of an existing item to reinforce (bump frequency/recency) | |
| unpin | No | Text of a pinned item to unpin | |
| source | No | Optional label for where a newly added item came from | |
| weight | No | Base salience weight for a newly added item (default 1.0) |