AgentExecutor
AgentExecutor<
T> = (task) =>Promise<AgentResult<T>>
Defined in: scoring/agents.ts:79
Function signature for agent execution Implement this interface to add any LLM/agent provider
Type Parameters
Section titled “Type Parameters”T = unknown
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Promise<AgentResult<T>>