pub fn remove(agent_id: &str)Expand description
Remove an agent’s budget entry entirely. Safe only for agents that can no longer issue reads (finished / dead PID) — a live agent would have its budget silently reset to 0 on the next check. Bounds the BUDGETS map on long-lived daemons.