agentskit.js

QuotaTrackerOptions

Auto-generated API reference for QuotaTrackerOptions.

Interface: QuotaTrackerOptions

Defined in: quota.ts:47

#Properties

#env?

optional env?: string

Defined in: quota.ts:50

Active environment tag ('production', 'staging', …).


#now?

optional now?: () => number

Defined in: quota.ts:54

Wall clock β€” overridable for tests.

#Returns

number


#onExceeded?

optional onExceeded?: (event) => void

Defined in: quota.ts:52

Sink for quota events.

#Parameters

event

QuotaExceededEvent

#Returns

void


#quotas

quotas: QuotaMap

Defined in: quota.ts:48

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page