Type Alias: AgentInstanceLimits
type AgentInstanceLimits = object;
The configured limits for an agent instance, set once at creation.
Properties
maxModelCalls
maxModelCalls: number;
Maximum LLM calls allowed. -1 if no limit is configured.
maxTokens
maxTokens: number;
Maximum total tokens allowed. -1 if no limit is configured.
maxToolCalls
maxToolCalls: number;
Maximum tool calls allowed. -1 if no limit is configured.