Flyte

Active
GitHub Go Apache-2.0

Description

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

💡 Build reproducible ML training pipelines with automated data preprocessing, feature engineering, and model training
💡 Deploy and orchestrate multiple AI agents to collaboratively execute complex tasks
💡 Package trained models as REST API services with elastic scaling
💡 Share and reuse standardized AI workflow templates across teams
💡 Uniformly schedule large-scale batch inference and ETL jobs on Kubernetes

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (7.4k stars)
  • Permissive open-source license (Apache-2.0)

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.

Related Projects

GitHub Agentic Workflows

5.1k · Go
Active A

Official GitHub CLI extension for Agentic Workflows, enabling definition and execution of AI agent workflows within the GitHub ecosystem for automated code reviews, issue handling, and more.

workflowgoautomation +2
  • · Write agentic workflows in natural language Markdown without complex configuration
  • · Deep integration with GitHub Actions for running AI workflows directly in CI/CD
  • · Multi-layer safety guardrails: read-only by default, writes via sanitized safe-outputs

1Panel

36.8k · Go
Active A+

A modern open-source VPS control panel with native AI agent support, enabling Ollama model deployment, AI agent management and full server stack control.

devopsgoagent +2
  • · AI agent runtime — Built-in Ollama LLM and OpenClaw agent deployment with GPU monitoring
  • · One-click website deployment — Auto domain binding, SSL provisioning, and Nginx config with zero manual setup
  • · App marketplace — 165+ trusted open-source apps (Nextcloud, Bitwarden, etc.) installed with one click

Patchwork

1.6k · Python
Active B

Agentic AI framework for enterprise workflow automation. Uses LLM-powered pipelines for code reviews, DevOps, and other enterprise tasks.

automationworkflowagent +2
  • · Reusable atomic Steps for creating PRs, committing changes, calling LLMs, and more
  • · Customizable Prompt Templates optimized for library updates, code generation, and vulnerability remediation
  • · Patchflows combining Steps and Prompts for PR reviews, code fixing, and documentation automation

Integuru

4.8k · Python
Normal A

The first AI agent that builds permissionless integrations through reverse engineering platforms' internal APIs for cross-platform automation.

workflowpythonagent +2
  • · Automated reverse engineering of platform internal APIs through browser network request analysis
  • · Dependency graph generation for complex API request chains and authentication flows
  • · Runnable Python code generation that hits internal endpoints to perform desired actions