Skip to content

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

T = unknown

AgentTask

Promise<AgentResult<T>>