Documentation
¶
Overview ¶
Command rspbreak prices a find_context response by section.
Every token we send is meant to move the agent toward one of three decisions: cite the answer, expand it, or re-query. Trimming the payload without knowing where the tokens actually go is guesswork — measured on cockroach the tool spent 92K tokens against grep's 59K, and that ratio says nothing about which part to cut.
It parses the real markdown an agent receives (never the JSON encoding, which no agent reads) and splits it into what the sections cost. Repeated boilerplate is counted separately from the text it decorates, because a disclaimer that is informative once is pure repetition by its fifth copy.
Click to show internal directories.
Click to hide internal directories.