Enforce Mode — Active Runtime Control
Enforce mode moves from observation to action. Budget caps, tool call limits, and compliance rules become hard constraints that shape agent behavior in real time.Add a budget cap
Wrap any block of agent work with If the agent exceeds $0.50, cascadeflow issues a
cascadeflow.run() and set a budget:stop action. The agent halts cleanly — no runaway spend.