2.6.0
AgentResult
Package: flyte.ai.agents.protocol
Outcome of a single agent invocation.
Parameters
class AgentResult(
code: str = '',
charts: list[str] = <factory>,
summary: str = '',
error: str = '',
attempts: int = 1,
memory: 'MemoryStore | None' = None,
)| Parameter | Type | Description |
|---|---|---|
code |
str |
|
charts |
list[str] |
|
summary |
str |
|
error |
str |
|
attempts |
int |
|
memory |
'MemoryStore | None' |