Type Alias: CostCapType
CostCapType =
"session"|"daily"|"single_operation"
Defined in: packages/agentos/src/core/safety/CostGuard.ts:8
File
CostGuard.ts
Description
In-process spending caps per agent session/day. Complements the backend CostService (which handles billing persistence) by enforcing hard limits that halt execution immediately.