With the default 4 slots, llama-server splits ctx into 32k per sequence, which fails Hermes' 64K minimum. One slot serves the full 65536 per request (serial agent use; concurrent calls queue). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>