fleet_budget
Determine remaining compute budget for a task. Input gamma_used and eta_produced to calculate leftover capacity via the conservation law.
Instructions
Check the remaining compute budget for a task. Uses the conservation law: remaining = C - γ_used where C = log₂(3). Input gamma_used and eta_produced to see what's left.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gamma_used | Yes | Gamma (γ) consumed so far — compute work done | |
| eta_produced | Yes | Eta (η) produced so far — entropy generated |