get_working_context
Retrieve recent working-memory entries as compact markdown to inject into ReAct loops, supporting up to 150 tokens with truncated entries.
Instructions
v3.1.0 M2: Compact markdown rendering of the top working-memory entries for ReAct-loop injection. Returns {markdown, entries, count}. Capped at ~150 tokens of output (entries truncated at 120 chars each).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_k | No | Max entries to include (default 5) |