Skip to content

cllama v0.7.4

Choose a tag to compare

@mostlydev mostlydev released this 23 Jun 19:18

What Changed

  • Enforce compiled per-agent budget and request-rate caps before provider dispatch for OpenAI-compatible and Anthropic-format requests.
  • Load live budget overrides from the governance mount (CLAW_GOVERNANCE_DIR/<agent-id>/budget.json).
  • Record computed known cost into session history so USD windows can be enforced for priced models.
  • Add CLLAMA_BUDGET_FAIL_MODE=closed for strict ledger failures; the default logs budget_check_unavailable and fails open.