Flyte 2 Devbox is available today to run a full Flyte backend and UI locally. Preview Flyte 2 for production, hosted on Union.ai
2.3.4

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,
)
Parameter Type Description
code str
charts list[str]
summary str
error str
attempts int