Runner implementation for a single OpenAI agent.
Executes a pre-built agent using the OpenAI Agents SDK (@openai/agents). Tool calling and the agentic loop are handled internally by the SDK's run() function. Created by OpenAIRunnerFactory.createAgent.
@openai/agents
run()
Requires @openai/agents to be installed.
Optional
Private
Generated using TypeDoc
Runner implementation for a single OpenAI agent.
Executes a pre-built agent using the OpenAI Agents SDK (
@openai/agents). Tool calling and the agentic loop are handled internally by the SDK'srun()function. Created by OpenAIRunnerFactory.createAgent.Requires
@openai/agentsto be installed.