working_get
Retrieve top working-memory entries ranked by importance and recency. Filter by observation, goal, or session to focus on active 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 |