pub const MAX_OUTPUT_TOKENS: u32 = 2048;
Maximum tokens the agent may generate in a single turn. Enforces deterministic compute cost — no runaway generation that blocks the edge device.