chimera_budget
Monitors conversation token usage relative to context window, providing status and actionable recommendation to ok, compress, or fracture.
Instructions
Token usage vs context window. Returns status (ok/warn/critical) and recommendation (ok/compress/fracture).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messages | No | Current conversation messages [{role, content}] | |
| max_tokens | No | Claude context window size. Default 200000. | |
| reserve_tokens | No | Headroom reserved for the response. Default 10000. |