2.3.2
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. |