Documentation / @agentick/agent / AgentTokenBudgetConfig
Interface: AgentTokenBudgetConfig ​
Defined in: agent.tsx:34
Token budget configuration for the agent.
Properties ​
guidance? ​
optionalguidance:string
Defined in: agent.tsx:38
headroom? ​
optionalheadroom:number
Defined in: agent.tsx:39
maxTokens ​
maxTokens:
number
Defined in: agent.tsx:35
onEvict()? ​
optionalonEvict: (entries) =>void
Defined in: agent.tsx:37
Parameters ​
entries ​
Returns ​
void
strategy? ​
optionalstrategy:CompactionStrategy
Defined in: agent.tsx:36