Skip to content

Interface: TokenEconomicsConfig

Defined in: packages/core/src/introspection/TokenEconomics.ts:102

Configuration for the token economics profiler.

Properties

emitWarnings?

ts
readonly optional emitWarnings: boolean;

Defined in: packages/core/src/introspection/TokenEconomics.ts:106

Whether to emit warnings to debug observer


maxOverheadRatio?

ts
readonly optional maxOverheadRatio: number;

Defined in: packages/core/src/introspection/TokenEconomics.ts:108

Maximum acceptable overhead ratio (default: 0.3)


thresholds?

ts
readonly optional thresholds: Partial<TokenThresholds>;

Defined in: packages/core/src/introspection/TokenEconomics.ts:104

Custom thresholds (defaults provided)