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

flyte.ai.agents

flyte.ai.agents — Agent abstractions for Flyte apps.

Directory

Classes

Class Description
AgentResult Outcome of a single agent invocation.
CodeModeAgent Generates code via an LLM, executes it in a Monty sandbox, and.

Protocols

Protocol Description
Agent Minimal protocol that any agent must satisfy to work with.