AxAgentRecursiveStats Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAgentRecursiveStats.md type AxAgentRecursiveStats

AxAgentRecursiveStats

TypeScript
type AxAgentRecursiveStats = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L56

Properties

batchedFanOutCount

TypeScript
batchedFanOutCount: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L61


clarificationCount

TypeScript
clarificationCount: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L62


delegatedAnswerCount

TypeScript
delegatedAnswerCount: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L65


directAnswerCount

TypeScript
directAnswerCount: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L64


errorCount

TypeScript
errorCount: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L63


leafCount

TypeScript
leafCount: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L58


maxDepth

TypeScript
maxDepth: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L59


nodeCount

TypeScript
nodeCount: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L57


recursiveCallCount

TypeScript
recursiveCallCount: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L60


rootCumulativeUsage

TypeScript
rootCumulativeUsage: AxAgentRecursiveUsage;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L67


rootLocalUsage

TypeScript
rootLocalUsage: AxAgentRecursiveUsage;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L66


topExpensiveNodes

TypeScript
topExpensiveNodes: AxAgentRecursiveExpensiveNode[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L68

Docs