Preview Flyte 2 for productionHosted on Union.ai
Anthropic Claude

Anthropic Claude

flyteplugins-anthropic

Flyte SDK (v2)Developer Toolsanthropic

This plugin provides integration between Flyte and Anthropic's Claude API, enabling you to use Flyte tasks as tools for Claude agents.

Install
pip install flyteplugins-anthropic

Quick Start(example, may need adjustment)

pip install flyteplugins-anthropic

from flytekit import task, workflow
from flyteplugins.anthropic import Agent, function_tool, run_agent

@task
def my_task() -> None:
    function_tool(...)

@workflow
def my_workflow() -> None:
    my_task()

Available Imports (3)

configAgent

A Claude agent configuration.

extends dataclass — configuration or data structure for plugin setup

from flyteplugins.anthropic import Agent

taskfunction_tool

Task for Anthropic Claude.

from flyteplugins.anthropic import function_tool

agentrun_agent

Backend connector for Anthropic Claude.

from flyteplugins.anthropic import run_agent

Dependencies

anthropic

Related Plugins

Package Info

Min Flyte SDK
Modules3

Downloads

Last day57
Last week251
Last month493