redcon_budget
Plan file inclusion within a token budget by selecting compression per file and identifying files to drop to avoid exceeding context limits.
Instructions
Plan how to fit a set of files into a token budget, choosing a compression strategy per file. Use BEFORE reading several files at once, whenever their combined size could blow the context: returns per-file token costs, chosen strategies, and which files must be dropped to stay under the budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | . | |
| task | Yes | Task description | |
| files | Yes | Relative paths of files to fit | |
| max_tokens | Yes | Total token budget |