Skip to content

symfonic.capabilities.memory.budget

budget

Explicit UTF-8 recall payload ceilings, independent of working turns.

RecallBudget dataclass

RecallBudget(max_total_bytes: int = 8192, max_record_bytes: int = 4096)

Bound rendered memory lines, including classification metadata.

Wrapper markup belongs to the prompt compiler. Oversized items are dropped whole, never silently truncated. This is not a tokenizer approximation.