Prepared Agent Run
class PreparedAgentRun<Input, Output, RunData>(val agent: GraphAIAgent<Input, Output>, val runData: RunData)
An agent paired with caller-supplied per-attempt data, returned by the agentProvider of the generic StageScope.runAgentWithRetries so the data can be matched back to a successful run.