상담원이 하룻밤 사이에 예산을 소진한 적이 있나요? 당신은 어떻게 그것을 경계합니까?

작성자

카테고리:

← 피드로
DEV Community · Gabriele · 2026-07-28 개발(SW)

Gabriele

I’ve been building agents for a few months and the failure that scared me wasn’t a crash, it was cost. An agent loops, every individual call looks fine, and you find out from the bill.

So I built a proxy that sits in front of the agent and stops it. Budget cap that cuts mid-stream, but also: it notices when the agent is sending the identical prompt over and over and breaks the loop before the call goes out, and it drops tool calls you’ve blocked (like delete_*) before they reach your code.

It’s open source, runs locally, no signup:

https://github.com/gommapane1/SpendGuard

What I actually want to know: is this a real problem for you, or am I solving something I only had myself? And if you do guard against it, how?

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다