working_get
Retrieve top-K working-memory entries sorted by decaying importance and access frequency. Filter by kind (observation/goal) or session ID to get relevant context.
Instructions
v3.1.0 M2: Top-K live working-memory entries by decay score (importance × exp(-Δt_hours / 6) + 0.5 × access_count). Filters by kind / session_id. Tombstoned (evicted or promoted) entries are excluded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter to observation | goal (default: both) | |
| top_k | No | Max entries to return (default 10) | |
| session_id | No | Filter to one session slug |