You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short answer: it is designed so it cannot run away. Three independent brakes:
Hard daily cost cap. Every cycle writes an estimate to cost_ledger.json. The moment the daily total crosses cost.daily_limit_usd (default $10), evolve creates a HALT file and stops — it will not start another cycle until you delete it. Typical spend is ~$1–2/day.
HALT file.touch agent/safety/HALT stops everything instantly; it is re-checked before every push / merge / deploy.
Observe-only first cycle + Level 0 default. Out of the box it only watches; it cannot open PRs until you raise the level.
It proposes, you stay in command. Honest caveat: the cap is enforced after the cycle that crosses it, so set the limit at your comfort line.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Short answer: it is designed so it cannot run away. Three independent brakes:
cost_ledger.json. The moment the daily total crossescost.daily_limit_usd(default $10), evolve creates a HALT file and stops — it will not start another cycle until you delete it. Typical spend is ~$1–2/day.touch agent/safety/HALTstops everything instantly; it is re-checked before every push / merge / deploy.It proposes, you stay in command. Honest caveat: the cap is enforced after the cycle that crosses it, so set the limit at your comfort line.
Beta Was this translation helpful? Give feedback.
All reactions