f822d93662f5fa6360d858053c20a77b27a93ba4
All read-only operations now dispatch through a single memory tool that
routes by {tool: "name", args: {...}}. This cuts visible tool count from
8 to 2, significantly reducing context bloat for small models. The
memory_compact tool remains separate as it is a write/mutation operation.
Description
No description provided
Languages
TypeScript
100%