memoryModelRole top-level constant

String const memoryModelRole

The role long-term-memory LLM work (consolidation, semantic search) resolves through when configured. Falls back to smol, then the main model — the memory call shapes match the smol cost class.

Implementation

const memoryModelRole = 'memory';