Flyte
ActiveDescription
Dynamic, resilient AI orchestration platform. Coordinate data, models, and compute as you build AI workflows with scalable ML pipeline and production-grade workload management.
Key Features
- Pure Python declarative orchestration — define workflows with @task decorators, no YAML or DSL needed
- Elastic scaling and fault tolerance — auto-retry, timeout management, distributed parallel execution
- Model serving built-in — FastAPIAppEnvironment deploys REST APIs with one line of code
- Local dev experience — TUI dashboard monitors task status in real time, browser demo available
- Containerized workloads — Debian/Python base images with pip dependencies declared in task environment
- LF AI & Data graduated project — production-grade open-source orchestration with active community
Use Cases
Tags
Categories
Quick Start
Install with pip install flyte, define tasks with @env.task decorator, initialize with flyte.init(), and submit with flyte.run(). Supports flyte CLI for command-line execution, or install TUI via uv pip install flyte[tui] for a local development dashboard.