token_budget_view
Analyzes a source file's line count and token weight to estimate LLM context usage and provide actionable recommendations for avoiding context saturation.
Instructions
Analyzes the line count and estimated LLM token weight of a source file, providing actionable recommendations to avoid context saturation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the target file to analyze |