Introducing Flyte Agents
Experience the unparalleled convenience of seamless integration with Union.
Agents empower you to effortlessly connect any hosted service into your workflows.
Featured agents
Execute locally
You can run a query on BigQuery, Snowflake, or even submit a Spark job to a Databricks cluster locally without running the backend server, making local development easier.
Infinite scalability
Agents are long-running, stateless services that can easily be scaled up or down based on the workload.
Language agnostic
Agents are flexible and can be coded in your preferred language, with the agent interface defined in protobuf.
Enhanced efficiency
Agents reduce execution times and optimize resource usage by eliminating the need to create individual pods for tasks. They are capable of handling thousands of task requests simultaneously.
Three powerful agent types for your needs
Async Agent
Facilitate long-running jobs on external clouds like MMCloud or Nvidia DGX. Submit requests and monitor job status until completion.
Sync Agent
Swiftly send small gRPC/REST requests to external services and get instant results. Perfect for ChatGPT prompts!
Sensor
Monitor specific events like bucket changes or real-time workflow status updates.