28
An agent that can call paid APIs in a loop — how do you stop it emptying the account?
I have an agent that can call tools, and some of those tools cost money per call — model inference, a search API, a data provider. It decides how many times to call them. That is a loop with a budget on the other end of…