runner property

String runner
final

Identifier for the agent runner implementation.

Defaults to llm, which uses Spectra's existing LLM providers via LlmAgentRunner. codex is reserved for a future Codex app-server runner.

Implementation

final String runner;