Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / ConsolidatorBudgetSnapshot
Interface: ConsolidatorBudgetSnapshot
Defined in: packages/memory/src/consolidator/types.ts:134
Budget snapshot block of ConsolidatorStatus. Surfaces both the absolute usage and the remaining envelope so consumers (CLI, server health endpoint) can render the operator dashboard without doing the math themselves.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
costRemaining | readonly | number | packages/memory/src/consolidator/types.ts:138 |
costUsedToday | readonly | number | packages/memory/src/consolidator/types.ts:136 |
resetAt | readonly | string | packages/memory/src/consolidator/types.ts:139 |
tokensRemaining | readonly | number | packages/memory/src/consolidator/types.ts:137 |
tokensUsedToday | readonly | number | packages/memory/src/consolidator/types.ts:135 |