Flyte OSS
Flyte is a free and open source platform that provides a full suite of powerful features for orchestrating AI workflows. Flyte empowers AI development teams to rapidly ship high-quality code to production by offering optimized performance, unparalleled resource efficiency, and a delightful workflow authoring experience. You deploy and manage Flyte yourself, on your own cloud infrastructure.
These are the Flyte 2.0 docs. To switch to version 1.0 or to the commercial product, Union.ai, use the selectors above.
Basics
Learn the basics of Flyte, covering all the core concepts around tasks and apps.
Tasks
Build durable, scalable, and reproducible batch workloads.
TaskEnvironments for container images, resources, secrets, caching, retries, and more; use triggers for schedules.flyte run for iteration or flyte deploy to register a stable task version.Apps
Create long-running services to host dashboards, APIs, and model endpoints.
AppEnvironments with ports, autoscaling, custom domains, and authentication.flyte serve for fast iteration or flyte deploy for production deployments.Agents
Build durable, self-healing agents using tasks and apps as building blocks.
Advanced guides
Organize your codebase, optimize performance for production, and migrate from other workflow orchestrators.