2.5.2

AgentResult

Package: flyte.ai.agents.protocol

Outcome of a single agent invocation.

Parameters

class AgentResult(
    code: str,
    charts: list[str],
    summary: str,
    error: str,
    attempts: int,
    memory: 'MemoryStore | None',
)
Parameter Type Description
code str
charts list[str]
summary str
error str
attempts int
memory 'MemoryStore | None'